From 4c682a71bd669ca016d1542e2fa7ee246681d5ca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrien=20Gallou=C3=ABt?= Date: Thu, 10 May 2018 12:31:48 +0200 Subject: [PATCH] Fix a typo in glorytun-udp-run MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This could help for Ysurac/openmptcprouter#37. Signed-off-by: Adrien Gallouët --- glorytun-udp-run | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glorytun-udp-run b/glorytun-udp-run index bc717c3..0e97054 100644 --- a/glorytun-udp-run +++ b/glorytun-udp-run @@ -12,7 +12,7 @@ fi DEV="gt${HOST:+c}-udp-$(basename "$1")" exec glorytun \ - bin $BIND $BIND_PORT + bind $BIND $BIND_PORT ${DEV:+dev "$DEV"} \ ${HOST:+to "$HOST" "$PORT"} \ ${OPTIONS:+$OPTIONS}