From 2ac4d7c95f9c86956ed6427acf01db725b90bfa2 Mon Sep 17 00:00:00 2001 From: Price Hiller Date: Thu, 25 Nov 2021 04:37:19 -0600 Subject: [PATCH] Suppress STDOUT of gdisk --- Misc/Arch-LuksCrpy-Install.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Misc/Arch-LuksCrpy-Install.bash b/Misc/Arch-LuksCrpy-Install.bash index 84409f5..06769d1 100755 --- a/Misc/Arch-LuksCrpy-Install.bash +++ b/Misc/Arch-LuksCrpy-Install.bash @@ -257,7 +257,7 @@ install() { echo echo echo 8300 - echo w) | gdisk "${install_path}" + echo w) | gdisk "${install_path}" > /dev/null log "info" "Wrote partitions" log "info" "Encrypting $(important "${install_disk}"), if you are prompted type $(important "YES")" cryptsetup -y -v luksFormat "${install_path}" || exit