Commit 3691787f authored by Vladimir Bashkirtsev's avatar Vladimir Bashkirtsev

Fixed typo

parent 7e6b3f6d
......@@ -65,7 +65,7 @@ case "$${PLUTO_VERB}" in
SUBNET=`/sbin/uci -q get vpn.hub.subnet`
IFS=',' read -ra SUBNETS <<< "$${SUBNET// /}"
for net in "$${SUBNETS[@]}"; do
ip route add "$net" dev "$${VTI_IF}" 2> /dev/null
ip route add "$$net" dev "$${VTI_IF}" 2> /dev/null
done
DNS=`/sbin/uci -q get vpn.hub.dns`
if [[ -n "$$DNS" ]]; then
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment