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

reorder CLOSE A PORT

This commit is contained in:
yalh76 2019-04-13 17:26:44 +02:00
parent 729c2caa7b
commit c9ae959fef

View file

@ -54,12 +54,6 @@ sudo mv $SYNCHOME $SYNCHOME.old
#=================================================
# CLOSE A PORT
#=================================================
# Close port in firewall
sudo yunohost firewall disallow TCP $SYNCPORT
#=================================================
@ -86,6 +80,13 @@ sudo rm /etc/nginx/conf.d/$domain.d/syncthing.conf
sudo systemctl reload nginx.service
sudo yunohost app ssowatconf
#=================================================
# CLOSE A PORT
#=================================================
# Close port in firewall
sudo yunohost firewall disallow TCP $SYNCPORT
#=================================================
# GENERIC FINALIZATION
#=================================================