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