summaryrefslogtreecommitdiff
path: root/support/openvpn/up.sh
diff options
context:
space:
mode:
Diffstat (limited to 'support/openvpn/up.sh')
-rwxr-xr-xsupport/openvpn/up.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/support/openvpn/up.sh b/support/openvpn/up.sh
index f207dce..8e21069 100755
--- a/support/openvpn/up.sh
+++ b/support/openvpn/up.sh
@@ -45,7 +45,7 @@ if [ -n "${NS}" ]; then
DNS="${DNS}domain ${DOMAIN}\n"
fi
DNS="${DNS}${NS}"
- if type resolvconf >/dev/null 2>&1; then
+ if command -v resolvconf >/dev/null 2>&1; then
printf "${DNS}" | resolvconf -a "${dev}"
else
# Preserve the existing resolv.conf