This commit is contained in:
Bernhard König
2023-09-18 08:43:12 +02:00
committed by GitHub
parent 1918fabf5e
commit ebd2ef2a88

View File

@ -484,7 +484,7 @@ function monitor() {
df -Ph | grep -v loop
[ $(lscpu | grep Hypervisor | wc -l) -gt 0 ] && echo "$(hostname) is a VM"
echo "Press ctrl-c to exti"
echo "Press ctrl-c to exit"
sleep 10
done