Add missing semi-colons to break out of the case block

This commit is contained in:
Jason Ertel
2020-05-28 15:27:14 -04:00
parent f5300d3d5a
commit 3952faba85

View File

@@ -38,7 +38,7 @@ while [[ $# -gt 0 ]]; do
"--allow-cidr="* )
export ALLOW_CIDR="${arg#*=}";;
"--skip-reboot" )
export SKIP_REBOOT=1
export SKIP_REBOOT=1;;
* )
if [[ "$arg" == "--"* ]]; then
echo "Invalid option"