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:
parent
9db09e3a80
commit
e86eaf1945
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue