diff --git a/setup/so-setup b/setup/so-setup index 24079bb94..566767e82 100755 --- a/setup/so-setup +++ b/setup/so-setup @@ -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"