Skip to content

Commit

Permalink
log errors when rtesting netplan get
Browse files Browse the repository at this point in the history
Signed-off-by: yzamir <[email protected]>
  • Loading branch information
yaacov authored and mnecas committed Sep 12, 2024
1 parent 823906e commit 201b6ae
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ udev_from_netplan() {

# Function to check if netplan supports the 'get' subcommand
netplan_supports_get() {
netplan get 2>/dev/null
netplan get 2>&3
return $?
}

Expand Down

0 comments on commit 201b6ae

Please sign in to comment.