call netroot on wicked dhcp setup

master
Thomas Blume 2019-07-04 09:10:30 +02:00 committed by Daniel Molkentin
parent 9cc1b76087
commit 8c6ab479ab
1 changed files with 5 additions and 0 deletions

View File

@ -462,6 +462,11 @@ for p in $(getargs ip=); do
fi
;;
esac

if command -v wicked >/dev/null && [ -z "$manualup" ]; then
/sbin/netroot $netif
fi

exit $ret
fi
done