We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 074fe7d commit 3725807Copy full SHA for 3725807
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