diff --git a/photoprism/rootfs/etc/cont-init.d/99-run.sh b/photoprism/rootfs/etc/cont-init.d/99-run.sh index e25ba34df..3f2f99bc7 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 -. /scripts/entrypoint.sh /opt/photoprism/bin/photoprism start & \ +photoprism start & \ bashio::log.info "Starting, please wait for \"App launched\" green text..." bashio::net.wait_for 2341 localhost 900