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

Merge pull request #1 from angt/fix-glorytun-udp-run

Fix a typo in glorytun-udp-run
This commit is contained in:
Ycarus 2018-05-10 18:06:43 +02:00 committed by GitHub
commit f088ce1882
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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}