New backup 2025-08-20 13:17:15

This commit is contained in:
Penelope Gwen 2025-08-20 13:17:15 -07:00
parent 7a5472e35f
commit 3ba4d97285

View file

@ -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