mirror of
https://github.com/hackacad/bastille.git
synced 2025-12-25 04:15:54 +01:00
network: Fix shellcheck
This commit is contained in:
@@ -124,7 +124,7 @@ ACTION="${2}"
|
||||
INTERFACE="${3}"
|
||||
if [ "${NO_IP}" -eq 0 ]; then
|
||||
IP="${4}"
|
||||
elif [ "${NO_IP}" -eq 1] && [ -z "${4}" ]; then
|
||||
elif [ "${NO_IP}" -eq 1 ] && [ -z "${4}" ]; then
|
||||
IP=""
|
||||
else
|
||||
usage
|
||||
|
||||
Reference in New Issue
Block a user