Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/nextcloudpi.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'update.sh')
-rwxr-xr-xupdate.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/update.sh b/update.sh
index ac7f4884..fd40bb4b 100755
--- a/update.sh
+++ b/update.sh
@@ -257,6 +257,10 @@ EOF
cd - &>/dev/null
}
+ # make sure the redis directory exists
+ mkdir -p /var/log/redis
+ chown redis /var/log/redis
+
} # end - only live updates
exit 0