From 84b9eccf5a0f1e3ef1841c85ac415316100af3e1 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Thu, 19 May 2022 10:31:53 +0200 Subject: [PATCH] New entrypoint location https://github.com/alexbelgium/hassio-addons/issues/335 --- 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 8dd95b42d..eeb0d4fae 100644 --- a/photoprism/rootfs/etc/cont-init.d/99-run.sh +++ b/photoprism/rootfs/etc/cont-init.d/99-run.sh @@ -81,6 +81,6 @@ bashio::log.info "Please wait 1 or 2 minutes to allow the server to load" bashio::log.info 'Default username : admin, default password: "please_change_password"' cd / -./entrypoint_photoprism.sh photoprism start & bashio::log.info "App launched..." +./scripts/entrypoint.sh photoprism start & bashio::log.info "App launched..." exec nginx