diff options
Diffstat (limited to 'start.sh')
-rwxr-xr-x | start.sh | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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; |