From b36051375bad89e8faeb217039ac7a99165ace2a Mon Sep 17 00:00:00 2001 From: Alessandro Del Pex Date: Wed, 4 Feb 2026 22:59:43 +0100 Subject: [PATCH] Add log directory and permissions for koillection (#11553) Create log directory and set ownership for www-data --- ct/koillection.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ct/koillection.sh b/ct/koillection.sh index df4fb2a6f..7304390a7 100644 --- a/ct/koillection.sh +++ b/ct/koillection.sh @@ -59,6 +59,8 @@ function update_script() { $STD yarn install $STD yarn build mkdir -p /opt/koillection/public/uploads + mkdir -p /opt/koillection/var/log + chown -R www-data:www-data /opt/koillection/var/log chown -R www-data:www-data /opt/koillection/public/uploads rm -r /opt/koillection-backup