From 3ba4d972853f470e6c675aed8e55e38cbb1b4a9b Mon Sep 17 00:00:00 2001 From: Penelope Gwen Date: Wed, 20 Aug 2025 13:17:15 -0700 Subject: [PATCH] New backup 2025-08-20 13:17:15 --- default/home/Scripts/fix-swap-part.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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