This commit is contained in:
Christian Mäder 2019-10-13 14:03:22 +02:00
parent 20c234a96e
commit 79d349133e
2 changed files with 3 additions and 3 deletions

View file

@ -8,7 +8,7 @@ while ! ./manage.py migrate 2>&1; do
done
if [ "$SKIP_SUPERUSER" == "true" ]; then
echo "↩️ Skipp creating the superuser"
echo "↩️ Skip creating the superuser"
else
if [ -z ${SUPERUSER_NAME+x} ]; then
SUPERUSER_NAME='admin'