summaryrefslogtreecommitdiff
path: root/scripts/updater.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/updater.sh')
-rwxr-xr-xscripts/updater.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/scripts/updater.sh b/scripts/updater.sh
index 8376b34..4197246 100755
--- a/scripts/updater.sh
+++ b/scripts/updater.sh
@@ -72,6 +72,10 @@ run_again() {
n|no)
exit
;;
+ *)
+ echo "Invalid. Try [y]es or [n]o."
+ run_again
+ ;;
esac
}