Fix broken MTU

The documentation states that the MTU belongs to the server part of the
configuration.
This commit is contained in:
Johan Wassberg 2019-10-24 16:16:47 +02:00
parent 7a59d603b9
commit 7825d38708

View file

@ -85,7 +85,7 @@ else
fi
fwmark=$(bashio::config "server.fwmark")
mtu=$(bashio::config "mtu")
mtu=$(bashio::config "server.mtu")
pre_down=$(bashio::config "server.pre_down")
pre_up=$(bashio::config "server.pre_up")
table=$(bashio::config "server.table")