From 9dce0f2f5d8191d1d8db4da901f8cb4e40ea2241 Mon Sep 17 00:00:00 2001 From: Francois B Date: Thu, 22 Mar 2018 11:36:39 +0100 Subject: [PATCH] cosmetic change --- yggdrasil.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yggdrasil.sh b/yggdrasil.sh index 1e55b7b..915c838 100755 --- a/yggdrasil.sh +++ b/yggdrasil.sh @@ -23,7 +23,7 @@ source ./tools_functions.sh # if ! [ "$UID" -ne "0" ]; then 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" exit fi