debug
This commit is contained in:
parent
396f6a04fd
commit
4696308e2d
@ -5,8 +5,8 @@ DESKTOP=${DESKTOP##*}
|
||||
export $DESKTOP
|
||||
|
||||
/usr/local/bin/identPC.sh
|
||||
/usr/bin/kate ./checklist.txt
|
||||
grep -is -m 2 "numéro de série" ./identification.txt >tmp.txt
|
||||
/usr/bin/kate $DESKTOP/checklist.txt
|
||||
grep -is -m 2 "numéro de série" $DESKTOP/identification.txt >tmp.txt
|
||||
while read LIGNE
|
||||
do
|
||||
TMP=${LIGNE##*}
|
||||
|
@ -151,7 +151,7 @@ desktop()
|
||||
DESKTOP=`grep XDG_DESKTOP_DIR $1/.config/user-dirs.dirs`
|
||||
DESKTOP=${DESKTOP##*}
|
||||
}
|
||||
DESKTOP="Bureau"
|
||||
#DESKTOP="Bureau"
|
||||
|
||||
mv -f /tmp/journald.conf /etc/systemd/
|
||||
getent passwd lalis
|
||||
|
Reference in New Issue
Block a user