Formatting

This commit is contained in:
Tobias Genannt 2026-01-08 09:06:10 +01:00
parent 14f669fe0d
commit dde39aec65

View file

@ -55,7 +55,7 @@ if [ "$SKIP_SUPERUSER" == "true" ]; then
echo "↩️ Skip creating the superuser" echo "↩️ Skip creating the superuser"
else else
./manage.py shell --no-startup --no-imports --interface python \ ./manage.py shell --no-startup --no-imports --interface python \
< /opt/netbox/super_user.py < /opt/netbox/super_user.py
fi fi
echo "✅ Initialisation is done." echo "✅ Initialisation is done."