From: John Crispin Date: Sun, 26 Oct 2014 16:57:38 +0000 (+0000) Subject: comgt: fix typo in the ncm proto handler X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=ecf58cf78a29b1bd5de8fb9e28ea7e545dc951cc;p=openwrt%2Fsvn-archive%2Farchive.git comgt: fix typo in the ncm proto handler Signed-off-by: John Crispin SVN-Revision: 43071 --- diff --git a/package/network/utils/comgt/files/runcommand.gcom b/package/network/utils/comgt/files/runcommand.gcom index 6ba061ff98..ab24339dc9 100644 --- a/package/network/utils/comgt/files/runcommand.gcom +++ b/package/network/utils/comgt/files/runcommand.gcom @@ -8,7 +8,7 @@ opengt :start send "sending -> " send $env("COMMAND") - send "^n" + send "^m" waitfor 15 "OK","ERR","ERROR" if % = 0 goto continue