From bf2ddd011d9ef072441a75ceb7822b9c233d4884 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Tue, 13 Apr 2021 10:34:01 +0200 Subject: [PATCH] Fix --- scripts/install | 2 -- scripts/restore | 2 -- 2 files changed, 4 deletions(-) diff --git a/scripts/install b/scripts/install index 8949e96..178be4c 100755 --- a/scripts/install +++ b/scripts/install @@ -154,8 +154,6 @@ ynh_add_config --template="../conf/groupname.json" --destination="$final_path/gr # Set permissions to app files chown -R $app: $final_path chmod -R 755 $final_path -#chmod -R 600 $final_path/groups -#chmod 600 $final_path/data/passwd #================================================= # INTEGRATE SERVICE IN YUNOHOST diff --git a/scripts/restore b/scripts/restore index bdec6b9..0838dfb 100755 --- a/scripts/restore +++ b/scripts/restore @@ -73,8 +73,6 @@ ynh_system_user_create --username=$app # Restore permissions on app files chown -R $app: $final_path chmod -R 755 $final_path -chmod -R 600 $final_path/groups -chmod 600 $final_path/data/passwd #================================================= # RESTORE SYSTEMD