Formatting cleanups in libvirt hook bash script
Just doing some whitespace and variable expansion cleanups in the bash script that were highlighted while doing a previous review. Change-Id: I6a5a1e80057fbf6cb292fc0ed5415a26fb780958 Signed-off-by: Chris Friesen <chris.friesen@windriver.com>
This commit is contained in:
parent
f2e4b83ed2
commit
3d2642e639
@ -19,7 +19,7 @@ GUEST_NAME=$1
|
||||
shift
|
||||
OPERATION=$*
|
||||
|
||||
logger -p info -t $0 "hook qemu file guest $GUEST_NAME with operation $OPERATION"
|
||||
logger -p info -t ${0} "hook qemu file guest ${GUEST_NAME} with operation ${OPERATION}"
|
||||
|
||||
# CPU Low latency setup:
|
||||
#
|
||||
|
Loading…
Reference in New Issue
Block a user