From ba4b99967f53a7e0136464fde3ce84b91f20db65 Mon Sep 17 00:00:00 2001 From: chmistry Date: Thu, 29 Aug 2024 01:07:52 +0200 Subject: [PATCH] add chown /var/log/immich --- install/immich-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/immich-install.sh b/install/immich-install.sh index af8ce21c..19feea43 100644 --- a/install/immich-install.sh +++ b/install/immich-install.sh @@ -92,7 +92,7 @@ msg_ok "Installed Node.js and ${APPLICATION}" msg_info "Creating log directory /var/log/immich" mkdir -p /var/log/immich -chmod immich:immich /var/log/immich +chown immich:immich /var/log/immich msg_ok "Log directory created" msg_info "Creating Services"