Merge branch 'armbian-buster' of https://github.com/billz/raspap-webgui into armbian-buster

This commit is contained in:
billz
2020-03-22 13:59:38 +00:00
2 changed files with 5 additions and 2 deletions

View File

@@ -59,6 +59,9 @@ if [ -r "$CONFIGFILE" ]; then
if [ "${config[BridgedEnable]}" = 1 ]; then
if [ "${interface}" = "br0" ]; then
echo "Stopping systemd-networkd"
systemctl stop systemd-networkd
echo "Restarting eth0 interface..."
ip link set down eth0
ip link set up eth0