From 2c1f8b4f167c467c4044ecf93bd4d592b4787cb2 Mon Sep 17 00:00:00 2001 From: nachoparker Date: Sat, 10 Mar 2018 09:41:45 +0100 Subject: update: make sure redis log exists --- changelog.md | 6 ++++-- update.sh | 4 ++++ 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 -- cgit v1.2.3