mirror of
https://github.com/novatiq/packages.git
synced 2026-04-28 14:48:39 +01:00
4434915571
Signed-off-by: Rosen Penev <rosenp@gmail.com>
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 "$@"
|