Update file watchdog.sh

This commit is contained in:
Yuru 2025-02-25 17:56:24 +00:00
parent 7bdb746d19
commit f3c38664fe

View File

@ -38,7 +38,7 @@ case $VMSTATE in
"stopped")
printf "\nStarting VM %s" "$VMID\n"
#echo "" # To lazy to fix output spacing
qm start "$VMID"
/usr/sbin/qm start "$VMID"
exit 0
;;