This commit is contained in:
Kroese 2023-04-16 16:21:01 +02:00 committed by GitHub
parent 4fd0e1b4a7
commit 119647f888

View File

@ -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}")