Bump Raspberry Pi images to v2025.0.0-beta-6 (#1483)

Fixes #1482
This commit is contained in:
Craig Schardt
2024-10-20 20:59:25 -07:00
committed by GitHub
parent 8ff0d93c1f
commit 4c84c87cf4
2 changed files with 7 additions and 10 deletions

View File

@@ -93,7 +93,6 @@ public class NetworkManager {
if (config.networkManagerIface == null || config.networkManagerIface.isBlank()) {
// if it's also empty, there is nothing to configure
logger.error("No valid network interfaces to manage");
// TODO: add a thread that monitors the network
return;
}
}
@@ -184,7 +183,6 @@ public class NetworkManager {
var shell = new ShellExec();
try {
// set nmcli back to DHCP, and re-run dhclient -- this ought to grab a new IP address
if (NetworkUtils.connDoesNotExist(connName)) {
// create connection
logger.info("Creating the DHCP connection " + connName );
@@ -231,7 +229,6 @@ public class NetworkManager {
var shell = new ShellExec();
try {
// set nmcli back to DHCP, and re-run dhclient -- this ought to grab a new IP address
if (NetworkUtils.connDoesNotExist(connName)) {
// create connection
logger.info("Creating the Static connection " + connName );