From 539f3696c3caa13bd0034da9e255d41200e3543c Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Sun, 29 May 2022 00:13:24 +0000 Subject: [PATCH] Github bot : script beautyshied --- photoprism/rootfs/etc/cont-init.d/99-run.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/photoprism/rootfs/etc/cont-init.d/99-run.sh b/photoprism/rootfs/etc/cont-init.d/99-run.sh index 9ddbf4e98..1b69225ee 100644 --- a/photoprism/rootfs/etc/cont-init.d/99-run.sh +++ b/photoprism/rootfs/etc/cont-init.d/99-run.sh @@ -5,9 +5,9 @@ # Base url # ############ - #PHOTOPRISM_SITE_URL="$(bashio::config 'PHOTOPRISM_SITE_URL')$(bashio::addon.ingress_entry)" - #bashio::log.blue "Site url : $PHOTOPRISM_SITE_URL" - #export PHOTOPRISM_SITE_URL +#PHOTOPRISM_SITE_URL="$(bashio::config 'PHOTOPRISM_SITE_URL')$(bashio::addon.ingress_entry)" +#bashio::log.blue "Site url : $PHOTOPRISM_SITE_URL" +#export PHOTOPRISM_SITE_URL ################### # Define database # @@ -94,7 +94,7 @@ bashio::log.info 'Default username : admin, default password: "please_change_pas cd / ./scripts/entrypoint.sh photoprism start & bashio::log.info "Starting, please wait for next green text..." -bashio::net.wait_for 2341 localhost 900 +bashio::net.wait_for 2341 localhost 900 bashio::log.info "App launched" exec nginx