packages/net/openvpn/files/usr/libexec/openvpn-hotplug

11 lines
131 B
Text
Raw Normal View History

#!/bin/sh
ACTION=$1
shift
INSTANCE=$1
shift
export ACTION=$ACTION
export INSTANCE=$INSTANCE
exec /sbin/hotplug-call openvpn "$@"