Skip to content

Commit 78098cc

Browse files
authored
Export PG_DB_SCHEMA in cron job script
1 parent a3ca37c commit 78098cc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

entrypoint.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ export QGS_EXT=${QGS_EXT}
2424
export FCGI_INSTANCES=${FCGI_INSTANCES}
2525
export SLEEP_INTERVAL=${SLEEP_INTERVAL}
2626
export DEFAULT_QGIS_SERVER_URL=${DEFAULT_QGIS_SERVER_URL}
27+
export PG_DB_SCHEMA=${PG_DB_SCHEMA}
2728
EOF
2829
echo "$CRON_SCHEDULE . $HOME/.cron_env; /app/qgs_cache_preseed.sh >/proc/1/fd/1 2>/proc/1/fd/2" | crontab -
2930

0 commit comments

Comments
 (0)