diff --git a/default/home/Scripts/fix-swap-part.sh b/default/home/Scripts/fix-swap-part.sh index bcb0c65..883a7d7 100755 --- a/default/home/Scripts/fix-swap-part.sh +++ b/default/home/Scripts/fix-swap-part.sh @@ -4,7 +4,7 @@ #echo "Currently it does not add swap to /etc/fstab or /etc/crypttab" #exit 1 if [[ "$(whoami)" == "root" ]];then - echo "[-] running as root, continuing...\n" + printf "[-] running as root, continuing...\n" else printf "[!] Run this script as root!\n" exit 1