mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-03-09 15:40:03 +00:00
fix
This commit is contained in:
parent
d4ed20af96
commit
daa43369e1
151 changed files with 3144 additions and 12804 deletions
10
openvpn/files/usr/libexec/openvpn-hotplug
Normal file
10
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 "$@"
|
||||
Loading…
Add table
Add a link
Reference in a new issue