diff --git a/systemvm/patches/debian/vpn/opt/cloud/bin/vpn_l2tp.sh b/systemvm/patches/debian/vpn/opt/cloud/bin/vpn_l2tp.sh index 83d5272f3e1..7fb44e66897 100755 --- a/systemvm/patches/debian/vpn/opt/cloud/bin/vpn_l2tp.sh +++ b/systemvm/patches/debian/vpn/opt/cloud/bin/vpn_l2tp.sh @@ -226,12 +226,12 @@ done if [ "$dev" == "" ] then - $dev="eth2" + dev="eth2" fi if [ "$cidr" == "" ] then - $cidr=$(get_intf_ip "eth0") + cidr=$(get_intf_ip "eth0") fi [ "$create$destroy" == "11" ] || [ "$create$destroy$useradd$userdel" == "" ] && usage && exit 2