1
0
This commit is contained in:
Daniel Tartavel 2019-03-26 22:10:25 +01:00
parent 396f6a04fd
commit 4696308e2d
2 changed files with 3 additions and 3 deletions

View File

@ -5,8 +5,8 @@ DESKTOP=${DESKTOP##*}
export $DESKTOP export $DESKTOP
/usr/local/bin/identPC.sh /usr/local/bin/identPC.sh
/usr/bin/kate ./checklist.txt /usr/bin/kate $DESKTOP/checklist.txt
grep -is -m 2 "numéro de série" ./identification.txt >tmp.txt grep -is -m 2 "numéro de série" $DESKTOP/identification.txt >tmp.txt
while read LIGNE while read LIGNE
do do
TMP=${LIGNE##*} TMP=${LIGNE##*}

View File

@ -151,7 +151,7 @@ desktop()
DESKTOP=`grep XDG_DESKTOP_DIR $1/.config/user-dirs.dirs` DESKTOP=`grep XDG_DESKTOP_DIR $1/.config/user-dirs.dirs`
DESKTOP=${DESKTOP##*} DESKTOP=${DESKTOP##*}
} }
DESKTOP="Bureau" #DESKTOP="Bureau"
mv -f /tmp/journald.conf /etc/systemd/ mv -f /tmp/journald.conf /etc/systemd/
getent passwd lalis getent passwd lalis