mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 15:38:40 +01:00
upgrade uanytun to newest release 0.3.4
the new package now makes use of build variants Signed-off-by: Christian Pointner <equinox@spreadspace.org>
This commit is contained in:
@@ -61,7 +61,7 @@ stop_vpn() {
|
||||
echo -n " $name"
|
||||
local status="OK"
|
||||
if [ ! -f "$pidfile" ]; then
|
||||
status="tunnel not active"
|
||||
status="tunnel not active"
|
||||
else
|
||||
kill `cat $pidfile` > /dev/null 2>&1 || status="failed"
|
||||
rm -f $pidfile
|
||||
@@ -71,7 +71,7 @@ stop_vpn() {
|
||||
|
||||
start() {
|
||||
echo -n "Starting $DESC:"
|
||||
config_load $BIN
|
||||
config_load $BIN
|
||||
if [ $# -gt 0 ]; then
|
||||
while [ $# -gt 0 ]; do
|
||||
config_foreach foreach_config_forced "$1"
|
||||
|
||||
Reference in New Issue
Block a user