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

Update upgrade

This commit is contained in:
yalh76 2021-04-10 18:58:35 +02:00
parent e7a5ecf939
commit 5b79996c88

View file

@ -141,6 +141,10 @@ then
ynh_setup_source --dest_dir="$final_path" --source_id=$architecture
fi
chmod 750 "$final_path"
chmod -R o-rwx "$final_path"
chown -R root:$app "$final_path"
#=================================================
# NGINX CONFIGURATION
#=================================================