Develop: Update entrypoint-init.sh file

Signed-off-by: Michael Mayer <michael@photoprism.app>
This commit is contained in:
Michael Mayer 2022-10-24 13:26:34 +02:00
parent 13f710bfc9
commit 6c89fd7313

View file

@ -26,8 +26,6 @@ case $DOCKER_ENV in
INIT_SCRIPTS="/scripts"
CHOWN_DIRS=("/photoprism" "/opt/photoprism" "/go" "/tmp/photoprism")
CHMOD_DIRS=("/opt/photoprism" "/tmp/photoprism")
# Create test TLS certificates.
./scripts/openssl/create-all.sh
;;
*)