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:
authornachoparker <nacho@ownyourbits.com>2018-03-10 11:41:45 +0300
committernachoparker <nacho@ownyourbits.com>2018-03-10 11:42:10 +0300
commit2c1f8b4f167c467c4044ecf93bd4d592b4787cb2 (patch)
treeebaa40c198b679de26bbfbf4ea78728fd9bd2032 /update.sh
parent7a3976b0fdfc0a142d0af854e9e9a654898aee1e (diff)
update: make sure redis log existsv0.47.1
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