From dde39aec653f87f2c75c427b8c980621ee28aec5 Mon Sep 17 00:00:00 2001 From: Tobias Genannt Date: Thu, 8 Jan 2026 09:06:10 +0100 Subject: [PATCH] Formatting --- docker/docker-entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/docker-entrypoint.sh b/docker/docker-entrypoint.sh index a1ae580..a9c8f47 100755 --- a/docker/docker-entrypoint.sh +++ b/docker/docker-entrypoint.sh @@ -55,7 +55,7 @@ if [ "$SKIP_SUPERUSER" == "true" ]; then echo "↩️ Skip creating the superuser" else ./manage.py shell --no-startup --no-imports --interface python \ - < /opt/netbox/super_user.py + < /opt/netbox/super_user.py fi echo "✅ Initialisation is done."