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

Revert "Add restictions"

This reverts commit d68f41c03e.
This commit is contained in:
ericgaspar 2021-04-18 11:21:32 +02:00
parent d68f41c03e
commit 5cd2f1af00
No known key found for this signature in database
GPG key ID: 574F281483054D44
3 changed files with 0 additions and 3 deletions

View file

@ -113,7 +113,6 @@ ynh_add_systemd_config
# Set permissions to app files
chown -R root: $final_path
chmod -R o-rwx $final_path
chown -R $app $final_path/{cache,feed-icons,lock}
#=================================================

View file

@ -68,7 +68,6 @@ ynh_system_user_create --username=$app
# Set permissions to app files
chown -R root: $final_path
chmod -R o-rwx $final_path
chown -R $app $final_path/{cache,feed-icons,lock}
#=================================================

View file

@ -155,7 +155,6 @@ ynh_add_systemd_config
# Set permissions to app files
chown -R root: $final_path
chmod -R o-rwx $final_path
chmod 0755 $final_path
chown -R $app $final_path/{cache,feed-icons,lock}