From e90059ff7a84ff9f139267f772d80bc215535589 Mon Sep 17 00:00:00 2001 From: tschettervictor <85497460+tschettervictor@users.noreply.github.com> Date: Mon, 10 Mar 2025 17:44:07 -0600 Subject: [PATCH] network: Fix shellcheck --- usr/local/share/bastille/network.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr/local/share/bastille/network.sh b/usr/local/share/bastille/network.sh index e4ec53ce..59a72717 100644 --- a/usr/local/share/bastille/network.sh +++ b/usr/local/share/bastille/network.sh @@ -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