1
0
Fork 0
mirror of https://github.com/Ysurac/openmptcprouter-feeds.git synced 2025-02-14 19:41:51 +00:00

Remove echo 1 in OMR VPS script

This commit is contained in:
Ycarus (Yannick Chabanois) 2020-01-04 11:30:42 +01:00
parent 7a35356cb0
commit ad18d0e8b3

View file

@ -481,7 +481,7 @@ _vps_firewall_redirect_port() {
settings='{"name" : "router '$src_dport'","port" : "'$src_dport'","proto" : "'$proto'","fwtype" : "DNAT"}'
_set_json "shorewallopen" "$settings"
fi
} || echo 1
}
}
_vps_firewall_close_port() {