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