diff options
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/updater.sh | 4 |
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 } |