1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/ttrss_ynh.git synced 2024-10-01 13:34:46 +02:00

Update upgrade

This commit is contained in:
ericgaspar 2022-02-23 15:53:46 +01:00
parent c92e9b937e
commit a469fd313c
No known key found for this signature in database
GPG key ID: 574F281483054D44

View file

@ -101,6 +101,8 @@ then
ynh_setup_source --dest_dir="$final_path"
fi
cp -a ../sources/* $final_path/plugins/
chmod 750 "$final_path"
chmod -R o-rwx "$final_path"
chown -R $app:www-data "$final_path"