fix(install): re-add chmod and chown tasks

This commit is contained in:
Sebastian Gumprich
2024-10-14 14:43:18 +02:00
parent f3b3dd3c46
commit b84beadc94
+5
View File
@@ -60,6 +60,11 @@ pushd "$install_dir"
php$php_version artisan cache:clear
popd
# invoiceninja creates some directories that need to be chmod'ed
chmod 750 "$install_dir"
chmod -R o-rwx "$install_dir"
chown -R $app:www-data "$install_dir"
#=================================================
# ADD A CRON JOB
#=================================================