update
This commit is contained in:
parent
a833b58a83
commit
afded7829b
@ -24,7 +24,7 @@ esac
|
|||||||
|
|
||||||
_execute_ats(){
|
_execute_ats(){
|
||||||
command=$1
|
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 $config_section: $command $at_port"
|
||||||
m_debug "execute_ats_result $config_section: $res"
|
m_debug "execute_ats_result $config_section: $res"
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user