diff --git a/general/package/vtund-openipc/files/tapip b/general/package/vtund-openipc/files/tapip index a9703a91..a767b647 100755 --- a/general/package/vtund-openipc/files/tapip +++ b/general/package/vtund-openipc/files/tapip @@ -24,6 +24,6 @@ case "$1" in renew|bound) ip a add "$ip/$subnet" dev "$interface" - [ -n "$staticroutes" ] && set_routes "$staticroutes" + [ -n "$staticroutes" ] && set_routes $staticroutes ;; esac