Unverified Commit 12f675a3 authored by Kroese's avatar Kroese Committed by GitHub
Browse files

Update power.sh

parent a621a24b
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -79,8 +79,8 @@ finish() {
  local i=0
  local pid=""
  local reason=$1
  local pids=( "$SMB_PID" "$NMB_PID" "$DDN_PID" "$TPM_PID" \
               "$WSD_PID" "$WEB_PID" "$PASST_PID" "$DNSMASQ_PID" )
  local pids=( "$SMB_PID" "$NMB_PID" "$DDN_PID" "$TPM_PID" "$WSD_PID" \
               "$WEB_PID" "$PASST_PID" "$DNSMASQ_PID" "$BALLOONING_PID" )

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