This commit is contained in:
Heavybullets8 2022-07-26 22:50:32 -06:00
parent e83e7c8a80
commit e794d71be9

View File

@ -96,7 +96,7 @@ case $selection in
echo "Exiting.."
exit
else
echo "$current_selection was not an option, try again"
echo "$current_selection was not an option, try again" && sleep 5
continue
fi
done