From 09899b2824f000e6fbebb3f7e78615b11236d70e Mon Sep 17 00:00:00 2001 From: AZFAR AZMAN Date: Sat, 3 Jan 2026 17:38:43 +0800 Subject: [PATCH] Fix ownership and permissions for InvoiceNinja setup (#10298) Updated ownership and permissions for InvoiceNinja directories. --- install/invoiceninja-install.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/install/invoiceninja-install.sh b/install/invoiceninja-install.sh index 9ac074163..458844b1c 100644 --- a/install/invoiceninja-install.sh +++ b/install/invoiceninja-install.sh @@ -86,7 +86,8 @@ EOF mkdir -p /opt/invoiceninja/bootstrap/cache mkdir -p /opt/invoiceninja/storage/{app/public,framework/{cache/data,sessions,views},logs} chown -R www-data:www-data /opt/invoiceninja -chmod -R 775 /opt/invoiceninja/storage /opt/invoiceninja/bootstrap/cache +chown -R www-data:www-data /opt/invoiceninja/storage +chown -R www-data:www-data /opt/invoiceninja/bootstrap/cache msg_ok "Configured InvoiceNinja" msg_info "Downloading Chromium for PDF Generation"