diff options
Diffstat (limited to 'net-misc/openvpn')
-rwxr-xr-x | net-misc/openvpn/files/up.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-misc/openvpn/files/up.sh b/net-misc/openvpn/files/up.sh index 463e72fccbc7..ae28712feb63 100755 --- a/net-misc/openvpn/files/up.sh +++ b/net-misc/openvpn/files/up.sh @@ -66,7 +66,7 @@ fi # If we have a service specific script, run this now if [ -x /etc/openvpn/"${SVCNAME}"-up.sh ] ; then - /etc/openvpn/"${SVCNAME}"-up.sh + /etc/openvpn/"${SVCNAME}"-up.sh "$@" fi # Re-enter the init script to start any dependant services |