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