fff-vpn-select: remove dummy-character

The current broker is no longer cutting off the first character from UUID

Signed-off-by: Robert Langhammer <rlanghammer@web.de>
Reviewed-by: Steffen Pankratz <kratz00@gmx.de>
This commit is contained in:
Robert Langhammer 2016-08-12 21:20:49 +02:00 committed by Steffen Pankratz
parent bd3eb5eb53
commit 23203334a4
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ for file in $filecounts; do
# Gateway offers l2tp
FDPORT=$(awk '/remote/{gsub(";", ""); print $5}' /etc/fastd/${project}/peers/$file)
L2PORT=$((FDPORT + 10000))
UUID=_$hostname
UUID=$hostname
uci set tunneldigger.$count=broker
uci set tunneldigger.$count.address="$IP:$L2PORT"