From c357c278f9c573ff584016d7c8acfaf8e161f92f Mon Sep 17 00:00:00 2001 From: Kroese Date: Thu, 11 May 2023 05:51:05 +0200 Subject: [PATCH] Color in logs --- run/power.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run/power.sh b/run/power.sh index 23040a3..30486f7 100644 --- a/run/power.sh +++ b/run/power.sh @@ -78,7 +78,7 @@ _graceful_shutdown() { done - echo && info "Quitting..." + echo && echo "❯ Quitting..." echo 'quit' | nc -q 1 -w 1 localhost "${QEMU_MONPORT}" >/dev/null 2>&1 || true return