From 9ae3a0f3b86151370dc9ecb487e119ead6108d58 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sun, 1 Aug 2021 18:03:53 +0200 Subject: [PATCH] Update run.sh --- photoprism/rootfs/run.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/photoprism/rootfs/run.sh b/photoprism/rootfs/run.sh index 8532713e0..60bfdbb80 100644 --- a/photoprism/rootfs/run.sh +++ b/photoprism/rootfs/run.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bashio -bashio::log.warning "Warning - minimum configuration required: 2 cpu cores and 4 GB of memory" +bashio::log.warning "Warning - minimum configuration recommended : 2 cpu cores and 4 GB of memory" ########## # BANNER # @@ -143,7 +143,7 @@ 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" +mkdir -p $variabletest || bashio::log.fatal "Can't create $variabletest path" fi # Check if path writable touch $variabletest/aze && rm $variabletest/aze || bashio::log.fatal "$variable path is not writable"