else statement

This commit is contained in:
Heavybullets8 2022-07-26 16:21:03 -06:00
parent a748bb3fa5
commit 2e06b25dd6

View File

@ -117,7 +117,9 @@ menu(){
elif [[ $current_selection == 7 ]]; then
update_selection+=("-s")
elif [[ $current_selection == 8 ]]; then
update_selection+=("-p")
update_selection+=("-p")
else
echo "$current_selection was not an option, try again"
fi
done
;;