From d1b5994c693fac335d538f57f395558fcf64450f Mon Sep 17 00:00:00 2001 From: Tobias <96661824+CrazyWolf13@users.noreply.github.com> Date: Sun, 14 Dec 2025 17:18:49 +0100 Subject: [PATCH] Update redis directory permissions to 744 --- ct/homarr.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ct/homarr.sh b/ct/homarr.sh index e0954b253..7196194cd 100644 --- a/ct/homarr.sh +++ b/ct/homarr.sh @@ -44,7 +44,7 @@ function update_script() { sed -i 's|^ExecStart=.*|ExecStart=/opt/homarr/run.sh|' /etc/systemd/system/homarr.service sed -i 's|^EnvironmentFile=.*|EnvironmentFile=-/opt/homarr.env|' /etc/systemd/system/homarr.service chown -R redis:redis /appdata/redis - chmod 755 /appdata/redis + chmod 744 /appdata/redis mkdir -p /etc/systemd/system/redis-server.service.d/ cat </etc/systemd/system/redis-server.service.d/override.conf [Service]