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:
parent
dcf20947f2
commit
4c682a71bd
1 changed files with 1 additions and 1 deletions
|
@ -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}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue