diff options
author | John Crispin <blogic@openwrt.org> | 2014-10-26 16:57:38 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2014-10-26 16:57:38 +0000 |
commit | 1f7166872729df506d71b32d58ecefa815cc7202 (patch) | |
tree | 4732606967e90344467fc7c0799f8099284cfca5 /package/network/utils | |
parent | ef7634e29e01793325998ecb32cb3541fb423109 (diff) | |
download | upstream-1f7166872729df506d71b32d58ecefa815cc7202.tar.gz upstream-1f7166872729df506d71b32d58ecefa815cc7202.tar.bz2 upstream-1f7166872729df506d71b32d58ecefa815cc7202.zip |
comgt: fix typo in the ncm proto handler
Signed-off-by: John Crispin <blogic@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43071 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/network/utils')
-rw-r--r-- | package/network/utils/comgt/files/runcommand.gcom | 2 |
1 files changed, 1 insertions, 1 deletions
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 |