diff options
author | Matt Strapp <strap012@umn.edu> | 2021-04-29 11:12:08 -0500 |
---|---|---|
committer | Matt Strapp <strap012@umn.edu> | 2021-04-29 11:12:08 -0500 |
commit | c42eacac4cdb972ce0678a1e769519a6278c16b6 (patch) | |
tree | de287db872dc945077bbfa2ba84983ecd611889f | |
parent | Allow non-log shell usage (diff) | |
download | csci4511w-c42eacac4cdb972ce0678a1e769519a6278c16b6.tar csci4511w-c42eacac4cdb972ce0678a1e769519a6278c16b6.tar.gz csci4511w-c42eacac4cdb972ce0678a1e769519a6278c16b6.tar.bz2 csci4511w-c42eacac4cdb972ce0678a1e769519a6278c16b6.tar.lz csci4511w-c42eacac4cdb972ce0678a1e769519a6278c16b6.tar.xz csci4511w-c42eacac4cdb972ce0678a1e769519a6278c16b6.tar.zst csci4511w-c42eacac4cdb972ce0678a1e769519a6278c16b6.zip |
URGENT: Fix syntax
-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 "" |