We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 074fe7d + 3725807 commit 9bac39fCopy full SHA for 9bac39f
1 file changed
docker/geoserver/entrypoint.sh
@@ -242,6 +242,7 @@ fi
242
243
if [ ${FORCE_REINIT} = "true" ] || [ ${FORCE_REINIT} = "True" ] || [ ! -e "${GEOSERVER_DATA_DIR}/geoserver_init.lock" ]; then
244
# Run async configuration, it needs Geoserver to be up and running
245
+ # executes step configure-geoserver from task.py file
246
nohup sh -c "invoke configure-geoserver" &
247
fi
248
0 commit comments