Skip to content

Commit

Permalink
break while loop
Browse files Browse the repository at this point in the history
  • Loading branch information
henne49 committed Aug 1, 2024
1 parent 315dd7c commit c2559cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion uninstall.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ if [ -d $LOG_DIR ]; then
read -p "Do you really wish to delete the log folder $LOG_DIR? [y/n]" yn
case $yn in
[Yy]* ) rm -rf $LOG_DIR; echo $LOG_DIR is deleted ; break;;
[Nn]* ) exit;;
[Nn]* ) break;;
* ) echo "Please answer y or n.";;
esac
done
Expand Down

0 comments on commit c2559cf

Please sign in to comment.