From c42eacac4cdb972ce0678a1e769519a6278c16b6 Mon Sep 17 00:00:00 2001 From: Matt Strapp Date: Thu, 29 Apr 2021 11:12:08 -0500 Subject: URGENT: Fix syntax --- start.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/start.sh b/start.sh index 5d37d14..81575ea 100755 --- a/start.sh +++ b/start.sh @@ -30,7 +30,7 @@ do esac done -read "Do you want to run the logger? (Y/N)" log +read -p "Do you want to run the logger? (Y/N): " log case $log in 'Y' | 'y') echo "" -- cgit v1.2.3