From 07d8c5c9124deaa5776e8ee13136b2e457662433 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sun, 23 Apr 2023 21:51:59 +0200 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 3f2f99bc7..9ab5fc194 100755 --- a/photoprism/rootfs/etc/cont-init.d/99-run.sh +++ b/photoprism/rootfs/etc/cont-init.d/99-run.sh @@ -110,7 +110,7 @@ bashio::log.info 'Default username : admin, default password: "please_change_pas set +u # shellcheck source=/dev/null -photoprism start & \ +. /scripts/entrypoint.sh photoprism start & \ bashio::log.info "Starting, please wait for \"App launched\" green text..." bashio::net.wait_for 2341 localhost 900