Add log directory and permissions for koillection (#11553)

Create log directory and set ownership for www-data
This commit is contained in:
Alessandro Del Pex
2026-02-04 22:59:43 +01:00
committed by GitHub
parent 7b8a3a111d
commit b36051375b

View File

@@ -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