cosmetic change

This commit is contained in:
Francois B 2018-03-22 11:36:39 +01:00
parent 7699082a61
commit 9dce0f2f5d

View file

@ -23,7 +23,7 @@ source ./tools_functions.sh
# #
if ! [ "$UID" -ne "0" ]; then if ! [ "$UID" -ne "0" ]; then
printf "\n" printf "\n"
printf "$BOLDROUGE""This script can't be run as root/sudo, please retry as normal user""$NORMAL" printf $BOLDROUGE"Yggdrasil can't be run as root/sudo, please retry as normal user"$NORMAL
printf "\n\n" printf "\n\n"
exit exit
fi fi