1
0
Fork 0
mirror of https://github.com/Ysurac/openmptcprouter-vps.git synced 2025-03-09 15:50:00 +00:00

Fix a typo in glorytun-udp-run

This could help for Ysurac/openmptcprouter#37.

Signed-off-by: Adrien Gallouët <adrien@gallouet.fr>
This commit is contained in:
Adrien Gallouët 2018-05-10 12:31:48 +02:00
parent dcf20947f2
commit 4c682a71bd

View file

@ -12,7 +12,7 @@ fi
DEV="gt${HOST:+c}-udp-$(basename "$1")" DEV="gt${HOST:+c}-udp-$(basename "$1")"
exec glorytun \ exec glorytun \
bin $BIND $BIND_PORT bind $BIND $BIND_PORT
${DEV:+dev "$DEV"} \ ${DEV:+dev "$DEV"} \
${HOST:+to "$HOST" "$PORT"} \ ${HOST:+to "$HOST" "$PORT"} \
${OPTIONS:+$OPTIONS} ${OPTIONS:+$OPTIONS}