Commit c357c278 authored by Kroese's avatar Kroese Committed by GitHub
Browse files

Color in logs

parent 1d42955d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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