comgt: fix typo in the ncm proto handler
authorblogic <blogic@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 26 Oct 2014 16:57:38 +0000 (16:57 +0000)
committerblogic <blogic@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 26 Oct 2014 16:57:38 +0000 (16:57 +0000)
Signed-off-by: John Crispin <blogic@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43071 3c298f89-4303-0410-b956-a3cf2f4a3e73

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

index 6ba061f..ab24339 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