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:
@@ -284,7 +284,6 @@ jobs:
|
|||||||
--add-host=host.docker.internal:host-gateway \
|
--add-host=host.docker.internal:host-gateway \
|
||||||
nas-dashboard:latest
|
nas-dashboard:latest
|
||||||
fi
|
fi
|
||||||
fi
|
|
||||||
|
|
||||||
# Create the internal network if compose didn't create it
|
# Create the internal network if compose didn't create it
|
||||||
docker network create internal 2>/dev/null || true
|
docker network create internal 2>/dev/null || true
|
||||||
|
|||||||
Reference in New Issue
Block a user