We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d736e41 commit cf0bd0bCopy full SHA for cf0bd0b
decompressed/gui_file/usr/share/transformer/scripts/ispConfigHelper.sh
@@ -14,6 +14,11 @@ purify_from_tim() {
14
uci -q del network.wan_ipv6
15
uci -q del dhcp.dnsmasq.server
16
restart_dnsmasq=1
17
+ if [ $(uci get -q system.acotel.enabled) ] && [ "$(uci get -q system.acotel.enabled)" != "0" ]; then
18
+ logecho "Disabling and killing Acotel agent..."
19
+ uci set system.acotel.enabled='0'
20
+ kill -9 "$(ps | grep Acotel | grep -v grep | cut -d' ' -f1)"
21
+ fi
22
}
23
24
firewall_specific_sip_rules_FASTWEB() {
0 commit comments