mirror of
https://github.com/armbian/build
synced 2025-09-24 19:47:06 +07:00
armbian-firstlogin: remove superfluous break
fix: /usr/lib/armbian/armbian-firstlogin: line 406: break: only meaningful in a `for', `while', or `until' loop Signed-off-by: Martin Schmiedel <Martin.Schmiedel@tq-group.com>
This commit is contained in:
@@ -403,7 +403,6 @@ set_timezone_and_locales() {
|
||||
rm -f /etc/netplan/30-wifis-dhcp.yaml
|
||||
netplan apply --timeout 0 2>/dev/null
|
||||
systemctl daemon-reload
|
||||
break
|
||||
fi
|
||||
|
||||
fi # detected or not detected wireless network
|
||||
|
||||
Reference in New Issue
Block a user