From 5ac170f8ad103a9d071f81bfe4fcb6dc24b98c22 Mon Sep 17 00:00:00 2001 From: Greg Dumas Date: Thu, 12 Dec 2024 10:47:39 -0500 Subject: [PATCH] Add space after prompt --- bin/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/install.sh b/bin/install.sh index d64bd64..a7b5912 100755 --- a/bin/install.sh +++ b/bin/install.sh @@ -21,7 +21,7 @@ set -eu # Check if script is being run as root if (( $EUID == 0 )); then - read -p "For most use cases, running this script as root is NOT recommended. Are you sure? Y/N" yesno + read -p "For most use cases, running this script as root is NOT recommended. Are you sure? Y/N " yesno case $yesno in [Yy]* )