mirror of
https://github.com/openwrt/packages.git
synced 2026-01-09 19:31:21 +00:00
openvpn: import from base
Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
10
net/openvpn/files/usr/libexec/openvpn-hotplug
Normal file
10
net/openvpn/files/usr/libexec/openvpn-hotplug
Normal file
@@ -0,0 +1,10 @@
|
||||
#!/bin/sh
|
||||
|
||||
ACTION=$1
|
||||
shift
|
||||
INSTANCE=$1
|
||||
shift
|
||||
|
||||
export ACTION=$ACTION
|
||||
export INSTANCE=$INSTANCE
|
||||
exec /sbin/hotplug-call openvpn "$@"
|
||||
Reference in New Issue
Block a user