diff --git a/lib/armbian-configng/config.ng.jobs.json b/lib/armbian-configng/config.ng.jobs.json index 94e4b2673..89b9b301e 100644 --- a/lib/armbian-configng/config.ng.jobs.json +++ b/lib/armbian-configng/config.ng.jobs.json @@ -465,12 +465,12 @@ { "id": "N14", "description": "Display status", - "command": [ "show_message <<< \"$(sudo netplan status)\"" ], + "command": [ "show_message <<< \"$(netplan status --all)\"" ], "status": "Active", "doc_link": "", "src_reference": "", "author": "Igor Pecovnik", - "condition": "" + "condition": "[ $(netplan get network.renderer) == networkd ]" } ] },