From 601115589ca9b0e0d40c34ce217bc1e2b5ef1ffb Mon Sep 17 00:00:00 2001 From: Xelibix <40529056+Xelibix@users.noreply.github.com> Date: Sat, 1 May 2021 06:41:36 +0200 Subject: [PATCH] Correct Log Mistake I made small correction of my last PR --- libvirt_hooks/hooks/nice.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libvirt_hooks/hooks/nice.sh b/libvirt_hooks/hooks/nice.sh index c94eabe..c944083 100755 --- a/libvirt_hooks/hooks/nice.sh +++ b/libvirt_hooks/hooks/nice.sh @@ -32,8 +32,8 @@ if ls /sys/fs/cgroup/cpu/machine.slice/machine-qemu*$VM_NAME.scope/libvirt/vcpu* vcpu_folder="/sys/fs/cgroup/cpu/machine.slice/machine-qemu*$VM_NAME.scope/libvirt/vcpu*" else - echo "Vcpu* Folders are not in libvirt subfolder" - vcpu_folder="/sys/fs/cgroup/cpu/machine.slice/machine-qemu*$VM_NAME.scope/vcpu*" > /dev/kmsg + echo "Vcpu* Folders are not in libvirt subfolder" > /dev/kmsg + vcpu_folder="/sys/fs/cgroup/cpu/machine.slice/machine-qemu*$VM_NAME.scope/vcpu*" fi