Update 99-run.sh

This commit is contained in:
Alexandre
2022-11-11 11:39:59 +01:00
committed by GitHub
parent e4c5a07f88
commit d6019c73dc

View File

@@ -24,6 +24,6 @@ if len(UserModel.objects.all()) == 1:
user.is_superuser = True
user.is_staff = True
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."