Merge pull request #323 from YunoHost-Apps/fix/install

fix(install): re-add chmod and chown tasks
This commit is contained in:
Sebastian Gumprich
2024-11-11 12:03:00 +01:00
committed by GitHub
+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
#=================================================