summaryrefslogtreecommitdiff
path: root/net/tuntap.sh
diff options
context:
space:
mode:
Diffstat (limited to 'net/tuntap.sh')
-rw-r--r--net/tuntap.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/tuntap.sh b/net/tuntap.sh
index d0f24c5..331fd83 100644
--- a/net/tuntap.sh
+++ b/net/tuntap.sh
@@ -11,7 +11,7 @@ _config_vars="$_config_vars iproute2 openvpn tunctl"
_is_tuntap()
{
- [ -n "$(export RC_SVCNAME="net.${IFACE}"; service_get_value tuntap)" ]
+ [ -n "$(RC_SVCNAME="net.${IFACE}"; export RC_SVCNAME ; service_get_value tuntap)" ]
}
tuntap_pre_start()