mirror of
https://github.com/akuker/RASCSI.git
synced 2025-01-11 09:29:53 +00:00
Notify when network bridge is missing, but allow attaching DP
This commit is contained in:
parent
f90f8eaf4e
commit
1585a2fb70
@ -298,9 +298,8 @@ def is_bridge_configured(interface):
|
||||
return_msg = _(
|
||||
"Configure the network bridge for %(interface)s first: ", interface=interface
|
||||
)
|
||||
return {"status": False, "msg": return_msg + ", ".join(to_configure)}
|
||||
|
||||
return {"status": True, "msg": return_msg}
|
||||
return {"status": True, "msg": return_msg + ", ".join(to_configure)}
|
||||
|
||||
|
||||
def is_safe_path(file_name):
|
||||
|
Loading…
x
Reference in New Issue
Block a user