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

Update power.sh

parent 9760706e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -75,7 +75,7 @@ finish() {
               "$WEB_PID" "$PASST_PID" "$DNSMASQ_PID" "${BALLOONING_PID:-}" )

  touch "$QEMU_END"
  (( reason != 0 )) && (( reason < 129 )) && echo "QEMU exitcode: $reason"
  (( reason > 1 )) && (( reason < 129 )) && echo "QEMU exitcode: $reason"

  if [ -s "$QEMU_PID" ]; then
    if read -r pid <"$QEMU_PID"; then