Skip to content

Commit

Permalink
node-labeller.sh: Make the script more verbose
Browse files Browse the repository at this point in the history
Use set -x to print commands and their arguments as they are executed.

Signed-off-by: Vasiliy Ulyanov <vulyanov@suse.de>
  • Loading branch information
vasiliy-ul committed Oct 28, 2022
1 parent 244a8ee commit 7594c5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/virt-launcher/node-labeller/node-labeller.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

set -e
set -ex

KVM_MINOR=$(grep -w 'kvm' /proc/misc | cut -f 1 -d' ')
VIRTTYPE=qemu
Expand Down

0 comments on commit 7594c5a

Please sign in to comment.