Return correct exit status
This commit is contained in:
parent
862aa19017
commit
e959dca048
@ -44,4 +44,6 @@ if [ "$OVPN_DEFROUTE" != "0" ];then
|
|||||||
echo "redirect-gateway def1"
|
echo "redirect-gateway def1"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
[ -n "$OVPN_MTU" ] && echo "tun-mtu $OVPN_MTU"
|
if [ -n "$OVPN_MTU" ]; then
|
||||||
|
echo "tun-mtu $OVPN_MTU"
|
||||||
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user