debug
This commit is contained in:
parent
396f6a04fd
commit
4696308e2d
@ -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##*}
|
||||||
|
@ -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
|
||||||
|
Reference in New Issue
Block a user