We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f0a3f77 + 7fea8f2 commit 9396a32Copy full SHA for 9396a32
root/etc/cont-init.d/50-config
@@ -46,7 +46,7 @@ s6-setuidgid abc /usr/bin/python3 netbox/manage.py migrate
46
47
if [ -n "$SUPERUSER_EMAIL" ] && [ -n "$SUPERUSER_PASSWORD" ];
48
then
49
-cat << EOF | s6-setuidgid abc python3 /app/healthchecks/manage.py shell
+cat << EOF | s6-setuidgid abc python3 /app/netbox/netbox/manage.py shell
50
from django.contrib.auth.models import User;
51
52
username = 'admin';
0 commit comments