From 29d2086d85c7677e01a971c79aa9c63c0005ed96 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sun, 1 Aug 2021 11:18:05 +0200 Subject: [PATCH] Update run.sh --- photoprism/rootfs/run.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/photoprism/rootfs/run.sh b/photoprism/rootfs/run.sh index 9a5f5923f..8532713e0 100644 --- a/photoprism/rootfs/run.sh +++ b/photoprism/rootfs/run.sh @@ -140,6 +140,7 @@ do # Check if path exists if bashio::fs.directory_exists $variabletest then +true else bashio::log.info "Path $variabletest doesn't exist. Creating it now..." mkdir -p $variable || bashio::log.fatal "Can't create $variabletest path"