aboutsummaryrefslogtreecommitdiffstats
path: root/start.sh
diff options
context:
space:
mode:
Diffstat (limited to 'start.sh')
-rwxr-xr-xstart.sh4
1 files 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;