mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 17:22:49 +01:00
Add missing semi-colons to break out of the case block
This commit is contained in:
@@ -38,7 +38,7 @@ while [[ $# -gt 0 ]]; do
|
|||||||
"--allow-cidr="* )
|
"--allow-cidr="* )
|
||||||
export ALLOW_CIDR="${arg#*=}";;
|
export ALLOW_CIDR="${arg#*=}";;
|
||||||
"--skip-reboot" )
|
"--skip-reboot" )
|
||||||
export SKIP_REBOOT=1
|
export SKIP_REBOOT=1;;
|
||||||
* )
|
* )
|
||||||
if [[ "$arg" == "--"* ]]; then
|
if [[ "$arg" == "--"* ]]; then
|
||||||
echo "Invalid option"
|
echo "Invalid option"
|
||||||
|
|||||||
Reference in New Issue
Block a user