mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-04 14:54:07 +02:00
Update 99-run.sh
This commit is contained in:
@@ -24,6 +24,6 @@ if len(UserModel.objects.all()) == 1:
|
|||||||
user.is_superuser = True
|
user.is_superuser = True
|
||||||
user.is_staff = True
|
user.is_staff = True
|
||||||
user.save()
|
user.save()
|
||||||
EOF" >> /sbin/docker-entrypoint.sh
|
EOF" >> /usr/local/bin/paperless_cmd.sh
|
||||||
|
|
||||||
bashio::log.info "Initial username and password are admin. Please change in the administration panel of the webUI after login."
|
bashio::log.info "Initial username and password are admin. Please change in the administration panel of the webUI after login."
|
||||||
|
|||||||
Reference in New Issue
Block a user