1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/freescout_ynh.git synced 2024-09-03 18:36:23 +02:00

Update install

This commit is contained in:
Éric Gaspar 2023-11-21 19:22:54 +01:00
parent 8f8c0d9997
commit cc3d226a16

View file

@ -26,6 +26,7 @@ ynh_setup_source --dest_dir="$install_dir"
chmod -R o-rwx "$install_dir"
chown -R $app:www-data "$install_dir"
usermod -g www-data $app
find $install_dir -type f -exec chmod 664 {} \;
find $install_dir -type d -exec chmod 775 {} \;