From 4019ae21b8bf47dc8be14ee280afc7eb2b573eca Mon Sep 17 00:00:00 2001
From: Mark Nipper <nipsy@bitgnome.net>
Date: Sat, 4 May 2024 11:05:29 -0700
Subject: Adjust output format

---
 scripts/install-with-disko | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

(limited to 'scripts')

diff --git a/scripts/install-with-disko b/scripts/install-with-disko
index 5845c2d..00bcd5d 100755
--- a/scripts/install-with-disko
+++ b/scripts/install-with-disko
@@ -59,7 +59,7 @@ if grep -q "data.keyfile" "${DIR}/../hosts/${TARGET_HOST}/disks.nix"; then
 
 		echo -n "Re-enter passphrase: "
 		read -s pass2
-		echo -e '\n'
+		echo
 
 		if [[ "${pass}" != "${pass2}" ]]; then
 			echo 'ERROR!  Passphrases must match.' >&2
@@ -74,6 +74,7 @@ fi
 
 
 <<EOF
+
 ++++++++	The disk(s) in ${TARGET_HOST} are about to get wiped!
 WARNING!	NixOS will be re-installed on ${TARGET_HOST}.
 ++++++++	This is a destructive operation!!!
-- 
cgit v1.2.3