From: John Crispin Date: Sun, 26 Oct 2014 16:57:38 +0000 (+0000) Subject: comgt: fix typo in the ncm proto handler X-Git-Tag: reboot~5512 X-Git-Url: http://git.ozo.com/?a=commitdiff_plain;h=27570407f491fe156f022be438d70f440e29abbb;p=lede-git%2F.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