From 11a497e99e42ed78e58d57029c7773f98d718518 Mon Sep 17 00:00:00 2001 From: Matt Strapp Date: Thu, 29 Apr 2021 11:26:15 -0500 Subject: Fix the shell script for production, finally? --- start.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/start.sh b/start.sh index 81575ea..4567e31 100755 --- a/start.sh +++ b/start.sh @@ -32,7 +32,7 @@ done read -p "Do you want to run the logger? (Y/N): " log case $log in - 'Y' | 'y') + Y|y) echo "" read -p "Columns of board: " c read -p "Rows of board: " r @@ -48,7 +48,7 @@ case $log in *) echo "Web interface available at http://127.0.0.1:8080" ;; - +esac echo "Press enter to exit, killing all agents and the web server." read TRASH; -- cgit v1.2.3