Commit 0b8306d8 authored by Kroese's avatar Kroese Committed by GitHub
Browse files

fix: Skip healthcheck during shutdown

fix: Skip healthcheck during shutdown
parents 413a089e c9d06884
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -2,6 +2,7 @@
set -u

[ ! -f "/run/qemu.pid" ] && echo "QEMU not running yet.." && exit 0
[ -f "/run/qemu.counter"] && echo "QEMU is shutting down.." && exit 1

# Retrieve IP from guest VM for Docker healthcheck
RESPONSE=$(curl -s -m 16 -S http://127.0.0.1:2210/read?command=10 2>&1)