fix: remove extra fi causing bash syntax error in deploy script

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
Gan, Jimmy
2026-05-24 13:29:12 +08:00
parent 0d8c93f53e
commit a0eedd67bb
-1
View File
@@ -284,7 +284,6 @@ jobs:
--add-host=host.docker.internal:host-gateway \
nas-dashboard:latest
fi
fi
# Create the internal network if compose didn't create it
docker network create internal 2>/dev/null || true