Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
henne49 committed Aug 1, 2024
1 parent e8519e7 commit 315dd7c
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 @@ -28,7 +28,7 @@ if [ -d $LOG_DIR ]; then
case $yn in
[Yy]* ) rm -rf $LOG_DIR; echo $LOG_DIR is deleted ; break;;
[Nn]* ) exit;;
* ) echo "Please answer yes or no.";;
* ) echo "Please answer y or n.";;
esac
done
fi

0 comments on commit 315dd7c

Please sign in to comment.