Skip to content

Commit

Permalink
use oq dbserver start on docker scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
antonioettorre authored Oct 31, 2024
1 parent 75e1bb9 commit f2cd9df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/scripts/oq-start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
# This is required to load a custom local_settings.py when 'oq webui' is used.
export PYTHONPATH=$HOME

oq engine --upgrade-db &
oq dbserver start &

# Wait the DbServer to come up; may be replaced with a "oq dbserver wait"
while :
Expand Down

0 comments on commit f2cd9df

Please sign in to comment.