From ce4dae218b1fc0c5817caf8c31ffb8f8a1822497 Mon Sep 17 00:00:00 2001 From: Penelope Gwen Date: Sat, 19 Jul 2025 21:15:01 -0700 Subject: [PATCH] New backup 2025-07-19 21:15:01 --- default/home/Scripts/fix-swap-part.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/default/home/Scripts/fix-swap-part.sh b/default/home/Scripts/fix-swap-part.sh index cad3536..81ed9e7 100755 --- a/default/home/Scripts/fix-swap-part.sh +++ b/default/home/Scripts/fix-swap-part.sh @@ -2,7 +2,7 @@ echo "this is not yet done!" echo "Currently it does not add swap to /etc/fstab or /etc/crypttab" -exit 1 +#exit 1 read -p '[?] keyfile path [/etc/crypttab.d/swap_key]: ' keyfile_dest keyfile_dest=${keyfile_dest:-/etc/crypttab.d/swap_key} @@ -39,7 +39,7 @@ case "${proceed_confirm}" in ;; esac -exit +#exit printf '[-] Writing keyfile...\n' mkdir -p "$(dirname ${keyfile_dest})"