[qmi/lte] fix parameter shifting

This commit is contained in:
Nico Schottelius 2020-12-29 18:13:05 +01:00
parent eceb4d9054
commit 2174a54f1a

View file

@ -8,7 +8,6 @@ if [ $# -ne 1 ]; then
fi fi
my_ip=$1; shift my_ip=$1; shift
interface=$1; shift
cat <<EOF | ssh -t "root@${my_ip}" cat <<EOF | ssh -t "root@${my_ip}"
set -x set -x
@ -21,7 +20,6 @@ opkg install libustream-openssl ca-bundle ca-certificates
opkg install kmod-usb-net-qmi-wwan uqmi luci-proto-qmi opkg install kmod-usb-net-qmi-wwan uqmi luci-proto-qmi
# opkg install usb-modeswitch kmod-mii kmod-usb-net # opkg install usb-modeswitch kmod-mii kmod-usb-net
# Create interface # Create interface