mirror of
https://github.com/openwrt/packages.git
synced 2025-02-12 05:48:07 +00: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 "$@"
|