From 5cd2f1af00cc8c30f6cd3d7519df3a16a2915cef Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Sun, 18 Apr 2021 11:21:32 +0200 Subject: [PATCH] Revert "Add restictions" This reverts commit d68f41c03e71d107a0264935eab278ebdf270cde. --- scripts/install | 1 - scripts/restore | 1 - scripts/upgrade | 1 - 3 files changed, 3 deletions(-) diff --git a/scripts/install b/scripts/install index 2d70bcd..61f9753 100644 --- a/scripts/install +++ b/scripts/install @@ -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} #================================================= diff --git a/scripts/restore b/scripts/restore index cf843a2..ff0239b 100644 --- a/scripts/restore +++ b/scripts/restore @@ -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} #================================================= diff --git a/scripts/upgrade b/scripts/upgrade index 97a44df..c0ccfaa 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -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}