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-20 23:18:48 +01:00
parent 0967afd88d
commit e13967f598

View file

@ -24,6 +24,7 @@ ynh_script_progression --message="Setting up source files..." --weight=1
# Download, check integrity, uncompress and patch the source from manifest.toml
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 {} \;