mirror of
https://github.com/netbox-community/netbox-docker.git
synced 2024-11-07 08:34:00 +01:00
Fixed missing "
This commit is contained in:
parent
f124417f69
commit
2579036b0a
@ -29,7 +29,7 @@ if [ -z ${SUPERUSER_API_TOKEN+x} ]; then
|
||||
fi
|
||||
fi
|
||||
|
||||
echo "💡 Username: ${SUPERUSER_NAME}, E-Mail: ${SUPERUSER_EMAIL}
|
||||
echo "💡 Username: ${SUPERUSER_NAME}, E-Mail: ${SUPERUSER_EMAIL}"
|
||||
|
||||
./manage.py shell --plain << END
|
||||
from django.contrib.auth.models import User
|
||||
|
Loading…
Reference in New Issue
Block a user