mirror of https://github.com/tteck/Proxmox.git
add chown /var/log/immich
This commit is contained in:
parent
e9558982ec
commit
ba4b99967f
install
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue