We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b27cb8 commit 5523a15Copy full SHA for 5523a15
1 file changed
lib/armbian-configng/config.ng.jobs.json
@@ -465,12 +465,12 @@
465
{
466
"id": "N14",
467
"description": "Display status",
468
- "command": [ "show_message <<< \"$(sudo netplan status)\"" ],
+ "command": [ "show_message <<< \"$(netplan status --all)\"" ],
469
"status": "Active",
470
"doc_link": "",
471
"src_reference": "",
472
"author": "Igor Pecovnik",
473
- "condition": ""
+ "condition": "[ $(netplan get network.renderer) == networkd ]"
474
}
475
]
476
},
0 commit comments