From 119647f88884aee5b148b7a2bfe93f924ed84317 Mon Sep 17 00:00:00 2001 From: Kroese Date: Sun, 16 Apr 2023 16:21:01 +0200 Subject: [PATCH] Storage --- run/power.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run/power.sh b/run/power.sh index f8581f5..4fc7b72 100644 --- a/run/power.sh +++ b/run/power.sh @@ -43,7 +43,7 @@ _graceful_shutdown(){ echo echo "Could not send shutdown command to guest, error: $RESPONSE" - FILE="${IMG}/${BASE}.agent" + FILE="${STORAGE}/${BASE}.agent" [ ! -f "$FILE" ] && echo "1" > "$FILE" AGENT_VERSION=$(cat "${FILE}")