correct var
This commit is contained in:
parent
20ed6d7bab
commit
f97d4be481
@ -185,13 +185,13 @@ case $selection in
|
|||||||
continue
|
continue
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
echo "\"$OPTARG\" was not an option, try again" && sleep 5 && continue
|
echo "\"$current_selection\" was not an option, try again" && sleep 5 && continue
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
done
|
done
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
echo "\"$OPTARG\" was not an option, please try agian" && sleep 5 && menu
|
echo "\"$selection\" was not an option, please try agian" && sleep 5 && menu
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
echo
|
echo
|
||||||
|
Loading…
Reference in New Issue
Block a user