S40network: bring up all auto interfaces

This commit is contained in:
Calin Crisan 2019-12-19 00:52:30 +02:00
parent 65eca2e487
commit 95b0ec4778

View File

@ -206,6 +206,9 @@ start() {
echo "nameserver ${STATIC_DNS}" > /etc/resolv.conf
test $? == 0 && msg_done || msg_fail
fi
# Make sure all auto interfaces are brought up
ifup -i ${INTERFACES_CONF} -a >/dev/null
else
if [[ -n "${STATIC_GW}" ]]; then
msg_begin "Setting static gateway to ${STATIC_GW}"