diff --git a/paperless_ngx/rootfs/etc/cont-init.d/99-run.sh b/paperless_ngx/rootfs/etc/cont-init.d/99-run.sh index 7f34c1e63..c126fd3ca 100644 --- a/paperless_ngx/rootfs/etc/cont-init.d/99-run.sh +++ b/paperless_ngx/rootfs/etc/cont-init.d/99-run.sh @@ -27,7 +27,4 @@ if len(UserModel.objects.all()) == 1: user.save() EOF -######### -# Start # -######### bashio::log.info "Initial username and password are admin. Please change in the administration panel of the webUI after login."