没有什么营养的东西,写写日志记录一下吧 shell脚本 root@pve:~/shell-dir# cat /root/shell-dir/shutdown_script.sh #!/bin/bash # stop all vm qm list | awk '{if(NR>1) print $1}' | xargs -I { } qm stop { } # wait sleep 3m # shutdown shutdown -h<