diff --git a/bash_script.sh b/bash_script.sh index fc4a837..0b444c1 100644 --- a/bash_script.sh +++ b/bash_script.sh @@ -20,4 +20,5 @@ if [ $? == 0 ] fi else echo 'Bad path!!' + echo 'Chose another path' fi