Skip all template actions unless --forceUpdateTemplate is provided
This commit is contained in:
parent
cc580600ae
commit
a42e5e2542
2 changed files with 18 additions and 1 deletions
2
start.sh
2
start.sh
|
|
@ -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:-}"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue