fix typo
This commit is contained in:
parent
20c234a96e
commit
79d349133e
2 changed files with 3 additions and 3 deletions
|
@ -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'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue