From 975cee3528e811a6b40cc27228ef62405c4f298a Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Mon, 5 Dec 2022 21:58:15 +0100 Subject: [PATCH] Update 99-run.sh --- photoprism/rootfs/etc/cont-init.d/99-run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/photoprism/rootfs/etc/cont-init.d/99-run.sh b/photoprism/rootfs/etc/cont-init.d/99-run.sh index c81c0af13..8b0902c2a 100644 --- a/photoprism/rootfs/etc/cont-init.d/99-run.sh +++ b/photoprism/rootfs/etc/cont-init.d/99-run.sh @@ -61,7 +61,7 @@ if bashio::config.true "ingress_disabled"; then else PHOTOPRISM_SITE_URL="$(bashio::addon.ingress_entry)/" export PHOTOPRISM_SITE_URL - bashio::log.warning "Ingress is enabled. To connect, you must add $PHOTOPRISM_SITE_URL/ to the end of your access point. Example : http://my-url:8123$PHOTOPRISM_SITE_URL/" + bashio::log.warning "Ingress is enabled. To connect, you must add $PHOTOPRISM_SITE_URL to the end of your access point. Example : http://my-url:8123$PHOTOPRISM_SITE_URL" fi ##############