Return correct exit status

This commit is contained in:
Nui Narongwet 2015-02-21 02:46:50 +07:00
parent 862aa19017
commit e959dca048

View File

@ -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