diff --git a/bin/ovpn_getclient b/bin/ovpn_getclient index 4aa4acf..93887f3 100755 --- a/bin/ovpn_getclient +++ b/bin/ovpn_getclient @@ -44,4 +44,6 @@ if [ "$OVPN_DEFROUTE" != "0" ];then echo "redirect-gateway def1" fi -[ -n "$OVPN_MTU" ] && echo "tun-mtu $OVPN_MTU" +if [ -n "$OVPN_MTU" ]; then + echo "tun-mtu $OVPN_MTU" +fi