cleaning
This commit is contained in:
parent
42282b5017
commit
39b7928f68
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user