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