Files
EZ-Homelab/scripts/ez-homelab.sh
kelin 4350e47696 Fix validation to not fail on intentionally unreplaced variables
Changes:
- Docker-compose files: Skip validation entirely since we intentionally leave environment/volume variables as ${VAR}
- Config files: Changed from error+exit to warning only
- Prevents false positives where variables like ${PUID}, ${PGID}, ${TZ} in environment sections were flagged as errors

Now all missing variables will warn but not cause script to exit.
2026-02-10 18:53:48 -05:00

100 KiB
Executable File