Skip all template actions unless --forceUpdateTemplate is provided

This commit is contained in:
J0Z1L 2026-02-28 00:58:55 +01:00
parent cc580600ae
commit a42e5e2542
2 changed files with 18 additions and 1 deletions

View file

@ -103,7 +103,7 @@ for env_file in "${PROJECT_ROOT}/.env.unraid" "${PROJECT_ROOT}/.env"; do
fi
done
"${RUN_SCRIPT}"
"${RUN_SCRIPT}" "$@"
TEMPLATE_NAME="${TEMPLATE_NAME:-my-lidarr-spotify-frontend.xml}"
UNRAID_URL="${UNRAID_URL:-}"