Formatting

This commit is contained in:
Tobias Genannt
2026-01-08 09:10:05 +01:00
parent dde39aec65
commit 8c5cf9e26b
2 changed files with 2 additions and 2 deletions

View File

@@ -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."