From f3aade2b9fcc1a04d0778e144b7dce4c29ce8160 Mon Sep 17 00:00:00 2001 From: "Alexander \"Arav\" Andreev" Date: Fri, 11 Feb 2022 04:26:40 +0400 Subject: [PATCH] Fixed permission for log dir. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 428e697..a177d0e 100755 --- a/Makefile +++ b/Makefile @@ -33,7 +33,7 @@ install: install -Dm 0644 build/dwelling-upload.conf ${DESTDIR}usr/lib/sysusers.d/dwelling-upload.conf - install -Dm 0644 -d ${DESTDIR}var/log/dwelling-upload + install -Dm 0755 -d ${DESTDIR}var/log/dwelling-upload stop-service: ${SYSCTL} stop ${TARGET}.service