This commit is contained in:
Francois B 2017-12-28 19:27:44 +01:00
parent 53815af80c
commit 7fa45dbe35

View file

@ -2623,7 +2623,6 @@ uname -m
#deCheck #deCheck
#depCheck #depCheck
# Useless by itself, but is used to don't be annoyed later in the script
# NEVER run the script as root or with sudo !!!! # NEVER run the script as root or with sudo !!!!
if ! [ "$UID" -ne "0" ]; then if ! [ "$UID" -ne "0" ]; then
printf "\n" printf "\n"
@ -2631,6 +2630,8 @@ if ! [ "$UID" -ne "0" ]; then
printf "\n\n" printf "\n\n"
exit exit
fi fi
# Useless by itself, but is used to don't be annoyed later in the script
sudo echo sudo echo
pressKey pressKey