1 2 3 4 5 6 7 8 9 10
#!/bin/sh ACTION=$1 shift INSTANCE=$1 shift export ACTION=$ACTION export INSTANCE=$INSTANCE exec /sbin/hotplug-call openvpn "$@"