diff --git a/ch02/while_loop.sh b/ch02/while_loop.sh index 3d98eb9..b5bee5e 100644 --- a/ch02/while_loop.sh +++ b/ch02/while_loop.sh @@ -8,4 +8,4 @@ while [[ ! -f "${SIGNAL_TO_STOP_FILE}" ]]; do sleep 2 done -echo "File was found! exiting..." +echo "File was found! Exiting..."