Skip to content

Commit

Permalink
Netplan status only works with networkd type of networking (#83)
Browse files Browse the repository at this point in the history
  • Loading branch information
igorpecovnik authored Sep 17, 2024
1 parent 9b27cb8 commit 5523a15
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/armbian-configng/config.ng.jobs.json
Original file line number Diff line number Diff line change
Expand Up @@ -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 ]"
}
]
},
Expand Down

0 comments on commit 5523a15

Please sign in to comment.