mirror of
https://github.com/hackacad/bastille.git
synced 2025-12-25 15:00:44 +01:00
network: Fix spacing
This commit is contained in:
@@ -81,11 +81,11 @@ while [ "$#" -gt 0 ]; do
|
||||
shift
|
||||
;;
|
||||
-v|--vlan)
|
||||
if echo "${2}" | grep -Eq '^[0-9]+$'; then
|
||||
if echo "${2}" | grep -Eq '^[0-9]+$'; then
|
||||
VLAN_ID="${2}"
|
||||
else
|
||||
else
|
||||
error_exit "Not a valid VLAN ID: ${2}"
|
||||
fi
|
||||
fi
|
||||
shift 2
|
||||
;;
|
||||
-x|--debug)
|
||||
|
||||
Reference in New Issue
Block a user