Skip to content

Commit f066b03

Browse files
committed
redis: make sure we have the right permissions for conf file
Signed-off-by: nachoparker <nacho@ownyourbits.com>
1 parent c0cee6b commit f066b03

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

bin/ncp/CONFIG/nc-nextcloud.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ install()
5555
echo "maxmemory $REDIS_MEM" >> $REDIS_CONF
5656
echo 'vm.overcommit_memory = 1' >> /etc/sysctl.conf
5757

58+
chown redis: "$REDIS_CONF"
5859
usermod -a -G redis www-data
5960

6061
service redis-server restart

changelog.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11

2-
[v1.20.9](https://github.com/nextcloud/nextcloudpi/commit/135f4d4) (2020-02-04) add notify_admin functionality
2+
[v1.20.10](https://github.com/nextcloud/nextcloudpi/commit/e99d7a7) (2020-02-27) redis: make sure we have the right permissions for conf file
33

4-
[v1.20.8](https://github.com/nextcloud/nextcloudpi/commit/986046f) (2020-02-05) nc-backup: add more info to description (#1073)
4+
[v1.20.9](https://github.com/nextcloud/nextcloudpi/commit/0c538ae) (2020-02-04) add notify_admin functionality
5+
6+
[v1.20.8 ](https://github.com/nextcloud/nextcloudpi/commit/986046f) (2020-02-05) nc-backup: add more info to description (#1073)
57

68
[v1.20.7](https://github.com/nextcloud/nextcloudpi/commit/b404765) (2020-01-26) fail2ban: update regex for NC17
79

0 commit comments

Comments
 (0)