mirror of
https://github.com/openwrt/packages.git
synced 2025-12-26 11:16:31 +04: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