Skip to content
Snippets Groups Projects
Commit 83eca5d8 authored by Cezary Jackiewicz's avatar Cezary Jackiewicz Committed by John Crispin
Browse files

comgt-ncm: fix typo Fix typo in ncm.sh. Resolves:


Wed Dec 21 09:55:54 2016 daemon.notice netifd: wan (4455): ./ncm.sh: eval: line 1: =IP: not found

Signed-off-by: default avatarCezary Jackiewicz <cezary@eko.one.pl>
parent 3561d89a
No related branches found
No related tags found
No related merge requests found
...@@ -35,7 +35,7 @@ proto_ncm_setup() { ...@@ -35,7 +35,7 @@ proto_ncm_setup() {
[ -n "$profile" ] || profile=1 [ -n "$profile" ] || profile=1
pdptype=`echo "$pdptype" | awk '{print toupper($0)}'` pdptype=`echo "$pdptype" | awk '{print toupper($0)}'`
[ "$pdptype" = "IP" -o "$pdptype" = "IPV6" -o "$pdptype" = "IPV4V6" ] || $pdptype="IP" [ "$pdptype" = "IP" -o "$pdptype" = "IPV6" -o "$pdptype" = "IPV4V6" ] || pdptype="IP"
[ -n "$ctl_device" ] && device=$ctl_device [ -n "$ctl_device" ] && device=$ctl_device
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment