Skip to content

Commit

Permalink
Add space after prompt
Browse files Browse the repository at this point in the history
  • Loading branch information
grdumas committed Dec 12, 2024
1 parent 3fb2959 commit 5ac170f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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]* )
Expand Down

0 comments on commit 5ac170f

Please sign in to comment.