Skip to content

Commit 79d3491

Browse files
committed
fix typo
1 parent 20c234a commit 79d3491

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docker/docker-entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ while ! ./manage.py migrate 2>&1; do
88
done
99

1010
if [ "$SKIP_SUPERUSER" == "true" ]; then
11-
echo "↩️ Skipp creating the superuser"
11+
echo "↩️ Skip creating the superuser"
1212
else
1313
if [ -z ${SUPERUSER_NAME+x} ]; then
1414
SUPERUSER_NAME='admin'

env/netbox.env

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ REDIS_CACHE_DATABASE=1
2121
REDIS_SSL=false
2222
SECRET_KEY=r8OwDznj!!dci#P9ghmRfdu1Ysxm0AiPeDCQhKE+N_rClfWNj
2323
SKIP_STARTUP_SCRIPTS=false
24-
SKIP_SUPERUSER=false
25-
SUPERUSER_NAME=admin
24+
SKIP_SUPERUSER=true
25+
SUPERUSER_NAME=admin2
2626
SUPERUSER_EMAIL=admin@example.com
2727
SUPERUSER_PASSWORD=admin
2828
SUPERUSER_API_TOKEN=0123456789abcdef0123456789abcdef01234567

0 commit comments

Comments
 (0)