From afded7829bba821331431f814ccbf5723aac14cf Mon Sep 17 00:00:00 2001 From: fujr Date: Tue, 8 Apr 2025 06:23:09 +0800 Subject: [PATCH] update --- luci/luci-app-qmodem/root/usr/share/qmodem/modem_hook.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/luci/luci-app-qmodem/root/usr/share/qmodem/modem_hook.sh b/luci/luci-app-qmodem/root/usr/share/qmodem/modem_hook.sh index 4036094..80ad3e5 100755 --- a/luci/luci-app-qmodem/root/usr/share/qmodem/modem_hook.sh +++ b/luci/luci-app-qmodem/root/usr/share/qmodem/modem_hook.sh @@ -24,7 +24,7 @@ esac _execute_ats(){ command=$1 - res=$(at $at_port $command) + res=$(at $at_port $command | tr -d '\r') m_debug "execute_ats $config_section: $command $at_port" m_debug "execute_ats_result $config_section: $res" }