Skip to content

Commit

Permalink
Added additional vars
Browse files Browse the repository at this point in the history
  • Loading branch information
mbround18 committed May 16, 2024
1 parent f69b414 commit 7fdda68
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/scripts/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ trap clean_up INT TERM
# Function to set up environment variables for cron jobs
setup_cron_env() {
log "Configuring Preset Env"
# shellcheck disable=SC2054
env_vars=(
"DEBUG_MODE"
"ODIN_CONFIG_FILE"
Expand Down Expand Up @@ -84,6 +85,8 @@ setup_cron_env() {
"BEPINEX_RELEASES_URL"
"BEPINEX_DOWNLOAD_URL"
"BEPINEX_FULL_RELEASES_URL"
"BETA_BRANCH"
"BETA_BRANCH_PASSWORD"
)

for var in "${env_vars[@]}"; do
Expand Down

0 comments on commit 7fdda68

Please sign in to comment.