test
This commit is contained in:
parent
61a591f023
commit
5a325d210a
@ -179,7 +179,7 @@ menu(){
|
||||
exit
|
||||
;;
|
||||
*)
|
||||
echo "That was not an option, please try again" && sleep 5
|
||||
echo "That was not an option, please try again" && sleep 5 && menu
|
||||
;;
|
||||
esac
|
||||
echo
|
||||
|
@ -32,8 +32,6 @@ for proc in "${processes[@]}"
|
||||
do
|
||||
wait "$proc"
|
||||
done
|
||||
|
||||
|
||||
}
|
||||
export -f commander
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user