1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/syncthing_ynh.git synced 2024-09-03 20:26:23 +02:00

Update install

This commit is contained in:
yalh76 2021-04-10 01:56:54 +02:00
parent 9db09e3a80
commit e86eaf1945

View file

@ -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