Skip to content
Snippets Groups Projects
Commit 1ead867b authored by Roang's avatar Roang
Browse files

Add PREPARATION_DONE flag to app.sh

parent c34ac065
Branches
Tags prod-2024-12-26_13-12
No related merge requests found
......@@ -45,6 +45,8 @@ if [ ! -e "$HOME/$ADMIN_CREATED" -a -n "$DJANGO_CREATE_ADMIN_PASSWORD" ]; then
touch $HOME/$ADMIN_CREATED
fi
touch $HOME/PREPARATION_DONE
if [ "$1" == "webworker" -o "$STARTMODE" == "webworker" ]; then
# start gunicorn (might be called indirectly via supervisor when started with 'all')
gunicorn_params=()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment