Skip to content

Commit 5637909

Browse files
committed
LAN support
1 parent dc00ff2 commit 5637909

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docker/fxsupport/linux/readiness-check.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ def check_wifi_connection():
165165
logging.info(f"Active connections: {output}") # Log the output for debugging
166166
if "FxBlox" in output:
167167
return "FxBlox"
168-
elif "wifi" in output:
168+
elif "wifi" in output or "ethernet" in output:
169169
return "other"
170170
return None
171171

0 commit comments

Comments
 (0)