1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/miniflux_ynh.git synced 2024-09-03 19:45:58 +02:00

Update restore

This commit is contained in:
ericgaspar 2021-05-21 15:06:33 +02:00
parent fde426664f
commit b9cceb653c
No known key found for this signature in database
GPG key ID: 574F281483054D44

View file

@ -66,6 +66,7 @@ ynh_restore_file --origin_path="$final_path"
chmod 750 "$final_path"
chmod -R o-rwx "$final_path"
chmod +x "$final_path/miniflux"
chown -R $app:www-data "$final_path"
#=================================================