Skip to content

Commit 9bac39f

Browse files
authored
Merge pull request #54 from ffischer1984/master
improve docu
2 parents 074fe7d + 3725807 commit 9bac39f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

docker/geoserver/entrypoint.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -242,6 +242,7 @@ fi
242242

243243
if [ ${FORCE_REINIT} = "true" ] || [ ${FORCE_REINIT} = "True" ] || [ ! -e "${GEOSERVER_DATA_DIR}/geoserver_init.lock" ]; then
244244
# Run async configuration, it needs Geoserver to be up and running
245+
# executes step configure-geoserver from task.py file
245246
nohup sh -c "invoke configure-geoserver" &
246247
fi
247248

0 commit comments

Comments
 (0)