From e86eaf1945319f9fd850685088c21fab0970bfa4 Mon Sep 17 00:00:00 2001 From: yalh76 Date: Sat, 10 Apr 2021 01:56:54 +0200 Subject: [PATCH] Update install --- scripts/install | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/install b/scripts/install index 0b9458d..aa511ac 100644 --- a/scripts/install +++ b/scripts/install @@ -131,8 +131,8 @@ mkdir -p "$final_path/.config/syncthing" config_file="$final_path/.config/syncthing/config.xml" ynh_add_config --template="../conf/config.xml" --destination="$config_file" -chmod 400 "$final_path/some_config_file" -chown $app:$app "$final_path/some_config_file" +chmod 400 "$config_file" +chown $app:$app "$config_file" #================================================= # FIX LISTENING SERVICE