Browse Source

Fix dev-celery.sh

pull/1310/head
Hironsan 3 years ago
parent
commit
fbb48dfa47
1 changed files with 1 additions and 1 deletions
  1. 2
      tools/dev-celery.sh

2
tools/dev-celery.sh

@ -2,7 +2,7 @@
set -o errexit
app="/src/backend"
cd app
cd "/src/backend"
(
echo "Waiting for database"

Loading…
Cancel
Save