From 0dd750a115d681e6f5aaaa7ac27d62673b85ea94 Mon Sep 17 00:00:00 2001 From: Fascinated Date: Wed, 12 Jul 2023 14:20:53 +0100 Subject: [PATCH] fix if statement --- start.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/start.sh b/start.sh index 3071047..f8eff65 100644 --- a/start.sh +++ b/start.sh @@ -8,6 +8,7 @@ if [ -z "$(ls -A $workDir/public)" ]; then echo "Some files are missing, downloading them" if [ ! -w "$workDir" ]; then echo "The directory \"$workDir\" is not writeable, unable to download files. Please check your docker compose for :ro and set it to :rw" + fi for item in "${toDownload[@]}" do dir=$workDir/public/$item