mirror of
https://github.com/coolsnowwolf/packages.git
synced 2025-05-02 07:21:03 +08:00
11 lines
131 B
Bash
11 lines
131 B
Bash
#!/bin/sh
|
|
|
|
ACTION=$1
|
|
shift
|
|
INSTANCE=$1
|
|
shift
|
|
|
|
export ACTION=$ACTION
|
|
export INSTANCE=$INSTANCE
|
|
exec /sbin/hotplug-call openvpn "$@"
|