fix: resolve shellcheck warnings (SC2168, SC2089, SC2090, SC2016, SC2329)

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
S
2026-03-01 10:39:38 -05:00
parent a037f22dcd
commit d2e5a62510
4 changed files with 5 additions and 1 deletions

View File

@@ -399,6 +399,7 @@ fi
if [[ "$SKIP_PORT_CHECKS" == "true" ]]; then
log_info "[13] Container IP availability — SKIPPED (--skip-port-checks)"
else
# shellcheck disable=SC2329
check_ips_available() {
local fail=0
for ip_var in UNRAID_GITEA_IP UNRAID_CADDY_IP FEDORA_GITEA_IP FEDORA_CADDY_IP; do