summaryrefslogtreecommitdiff
path: root/support/openvpn/up.sh
diff options
context:
space:
mode:
Diffstat (limited to 'support/openvpn/up.sh')
-rwxr-xr-xsupport/openvpn/up.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/support/openvpn/up.sh b/support/openvpn/up.sh
index c52ea04..f207dce 100755
--- a/support/openvpn/up.sh
+++ b/support/openvpn/up.sh
@@ -64,7 +64,8 @@ fi
# Re-enter the init script to start any dependant services
if [ -x "${RC_SERVICE}" ]; then
if ! "${RC_SERVICE}" --quiet status; then
- export IN_BACKGROUND=true
+ IN_BACKGROUND=YES
+ export IN_BACKGROUND
"${RC_SERVICE}" --quiet start
fi
fi