comgt: fix typo in the ncm proto handler
authorJohn Crispin <john@openwrt.org>
Sun, 26 Oct 2014 16:57:38 +0000 (16:57 +0000)
committerJohn Crispin <john@openwrt.org>
Sun, 26 Oct 2014 16:57:38 +0000 (16:57 +0000)
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 43071

package/network/utils/comgt/files/runcommand.gcom

index 6ba061ff980b30c5a6881407a9abda50cd168675..ab24339dc95a7a13e03a9f323938c0375d259ab7 100644 (file)
@@ -8,7 +8,7 @@ opengt
 :start
  send "sending -> "
  send $env("COMMAND")
- send "^n"
+ send "^m"
 
  waitfor 15 "OK","ERR","ERROR"
  if % = 0 goto continue