cosmetic change
This commit is contained in:
parent
7699082a61
commit
9dce0f2f5d
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue