mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-02-15 03:51:51 +00:00
11 lines
131 B
Text
11 lines
131 B
Text
|
#!/bin/sh
|
||
|
|
||
|
ACTION=$1
|
||
|
shift
|
||
|
INSTANCE=$1
|
||
|
shift
|
||
|
|
||
|
export ACTION=$ACTION
|
||
|
export INSTANCE=$INSTANCE
|
||
|
exec /sbin/hotplug-call openvpn "$@"
|