Unverified Commit 06a4e834 authored by Kroese's avatar Kroese Committed by GitHub
Browse files

Storage

parent 687bbe4e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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}")