diff --git a/paperless_ngx/rootfs/etc/cont-init.d/31-nginx.sh b/paperless_ngx/rootfs/etc/cont-init.d/31-nginx.sh index 8a4be70e9..3285092bc 100644 --- a/paperless_ngx/rootfs/etc/cont-init.d/31-nginx.sh +++ b/paperless_ngx/rootfs/etc/cont-init.d/31-nginx.sh @@ -16,7 +16,7 @@ if bashio::config.true 'ssl'; then # Configure URL if bashio::config.has_value "PAPERLESS_URL"; then - bashio::log.warning "Ssl enabled, your site will be available at $(bashio::config "PAPERLESS_URL"):$(bashio::addon.port 8443). Don't forget to enable the https alternative port in the addon options." + bashio::log.warning "Ssl enabled, your site will be available at $(bashio::config "PAPERLESS_URL"). Don't forget to enable the https alternative port in the addon options." else bashio::log.fatal "PAPERLESS_URL not set, you won't be able to access your site (CSRF error)" fi