Unverified Commit 4a6bde14 authored by Kroese's avatar Kroese Committed by GitHub
Browse files

Update power.sh

parent 12f675a3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -80,7 +80,7 @@ finish() {
  local pid=""
  local reason=$1
  local pids=( "$SMB_PID" "$NMB_PID" "$DDN_PID" "$TPM_PID" "$WSD_PID" \
               "$WEB_PID" "$PASST_PID" "$DNSMASQ_PID" "$BALLOONING_PID" )
               "$WEB_PID" "$PASST_PID" "$DNSMASQ_PID" "${BALLOONING_PID:-}" )

  touch "$QEMU_END"
  (( reason != 0 )) && (( reason != 143 )) && echo "QEMU exitcode: $reason"