Skip to content

Commit

Permalink
Merge branch 'main' into gui-mouse
Browse files Browse the repository at this point in the history
  • Loading branch information
Tearran authored Sep 17, 2024
2 parents a9bd325 + 5523a15 commit 4baf0c4
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 4baf0c4

Please sign in to comment.