We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd513ea commit bb9cc62Copy full SHA for bb9cc62
entrypoint.sh
@@ -20,9 +20,9 @@ fi
20
21
# Setup cron job
22
cat > $HOME/.cron_env <<EOF
23
-export QGS_EXT=.qgs
24
-export FCGI_INSTANCES=10
25
-export SLEEP_INTERVAL=1
+export QGS_EXT=${QGS_EXT}
+export FCGI_INSTANCES=${FCGI_INSTANCES}
+export SLEEP_INTERVAL=${SLEEP_INTERVAL}
26
EOF
27
echo "$CRON_SCHEDULE . $HOME/.cron_env; /app/qgs_cache_preseed.sh >/proc/1/fd/1 2>/proc/1/fd/2" | crontab -
28
0 commit comments