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
parent7a3976b0fdfc0a142d0af854e9e9a654898aee1e (diff)
update: make sure redis log existsv0.47.1
-rw-r--r--changelog.md6
-rwxr-xr-xupdate.sh4
2 files changed, 8 insertions, 2 deletions
diff --git a/changelog.md b/changelog.md
index 9d2a8256..72911ec6 100644
--- a/changelog.md
+++ b/changelog.md
@@ -1,7 +1,9 @@
-[v0.47.0](https://github.com/nextcloud/nextcloudpi/commit/4dd3979) (2018-03-05) added nc-zram
+[v0.47.1](https://github.com/nextcloud/nextcloudpi/commit/188da78) (2018-03-10) update: make sure redis log exists
-[v0.46.40](https://github.com/nextcloud/nextcloudpi/commit/a251f64) (2018-03-04) nc-backup-auto: change to using cron
+[v0.47.0](https://github.com/nextcloud/nextcloudpi/commit/8c7a4f3) (2018-03-05) added nc-zram
+
+[v0.46.40](https://github.com/nextcloud/nextcloudpi/commit/0d9d2e4) (2018-03-04) nc-backup-auto: change to using cron
[v0.46.39](https://github.com/nextcloud/nextcloudpi/commit/5ed50c9) (2018-03-04) nc-ramlogs: change implementation to use log2ram
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