Skip to content

Commit 7711372

Browse files
committed
disable acotel agent
[ci skip]
1 parent cf0bd0b commit 7711372

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

decompressed/gui_file/usr/share/transformer/scripts/ispConfigHelper.sh

+2
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ purify_from_tim() {
1818
logecho "Disabling and killing Acotel agent..."
1919
uci set system.acotel.enabled='0'
2020
kill -9 "$(ps | grep Acotel | grep -v grep | cut -d' ' -f1)"
21+
[ -f /rom/chroot/Acotel_UA/TRACER.log ] && cp /rom/chroot/Acotel_UA/TRACER.log /chroot/Acotel_UA/TRACER.log
22+
[ -f /rom/chroot/Acotel_UA/Acotel_run.log ] && cp /rom/chroot/Acotel_UA/Acotel_run.log /chroot/Acotel_run.log
2123
fi
2224
}
2325

0 commit comments

Comments
 (0)