This commit is contained in:
Heavybullets8 2022-07-26 22:48:46 -06:00
parent 42282b5017
commit 39b7928f68

View File

@ -163,13 +163,13 @@ case $selection in
update_selection+=("-p") update_selection+=("-p")
;; ;;
*) *)
echo "$current_selection was not an option, try again" && sleep 5 && continue echo "\"$OPTARG\" was not an option, try again" && sleep 5 && continue
;; ;;
esac esac
done done
;; ;;
*) *)
echo "That was not an option, please try agian" && sleep 5 && menu echo "\"$OPTARG\" was not an option, please try agian" && sleep 5 && menu
;; ;;
esac esac
echo echo