From f3c38664fe5e8d240491fc0aa339b3ca908080f0 Mon Sep 17 00:00:00 2001 From: Yuru Date: Tue, 25 Feb 2025 17:56:24 +0000 Subject: [PATCH] Update file watchdog.sh --- watchdog.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/watchdog.sh b/watchdog.sh index 2e2a2b3..15d7380 100644 --- a/watchdog.sh +++ b/watchdog.sh @@ -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 ;;