Skip to content

Commit 526c4e3

Browse files
committed
Change indentation to repsect new editorconfig settings
1 parent 7c0994c commit 526c4e3

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

entrypoint.sh

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
#!/bin/sh
22

33
if [ "$DJANGO_DATABASE_ENGINE" = "django.db.backends.postgresql" ]; then
4-
echo "Waiting for postgres..."
5-
while ! nc -z $DJANGO_DATABASE_HOST "${DJANGO_DATABASE_PORT:-5432}"; do
6-
sleep 0.1
7-
done
4+
echo "Waiting for postgres..."
5+
while ! nc -z $DJANGO_DATABASE_HOST "${DJANGO_DATABASE_PORT:-5432}"; do
6+
sleep 0.1
7+
done
88

9-
echo "PostgreSQL is running chief!"
9+
echo "PostgreSQL is running chief!"
1010
fi
1111

1212
python manage.py migrate

0 commit comments

Comments
 (0)