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 2019-05-17 11:38:56 +02:00
parent 2ddf324c40
commit a06c67a6d7

View file

@ -66,7 +66,7 @@ ynh_app_setting_set --app=$app --key=gui_port --value=$gui_port
sync_port=$(ynh_find_port --port=22000)
# Open this port
ynh_exec_warn_less yunohost firewall allow TCP $sync_port
ynh_app_setting_set --app=$app s--key=ync_port --value=$sync_port
ynh_app_setting_set --app=$app --key=sync_port --value=$sync_port
#=================================================
# DOWNLOAD, CHECK AND UNPACK SOURCE