Loading src/power.sh +2 −1 Original line number Diff line number Diff line Loading @@ -31,7 +31,8 @@ finish() { local i=0 local pid="" local reason=$1 local pids=( "$TPM_PID" "$WSD_PID" "$WEB_PID" "$PASST_PID" "$DNSMASQ_PID" "${BALLOONING_PID:-}" ) local pids=( "${TPM_PID:-}" "${WSD_PID:-}" "${WEB_PID:-}" \ "${PASST_PID:-}" "${DNSMASQ_PID:-}" "${BALLOONING_PID:-}" ) touch "$QEMU_END" Loading Loading
src/power.sh +2 −1 Original line number Diff line number Diff line Loading @@ -31,7 +31,8 @@ finish() { local i=0 local pid="" local reason=$1 local pids=( "$TPM_PID" "$WSD_PID" "$WEB_PID" "$PASST_PID" "$DNSMASQ_PID" "${BALLOONING_PID:-}" ) local pids=( "${TPM_PID:-}" "${WSD_PID:-}" "${WEB_PID:-}" \ "${PASST_PID:-}" "${DNSMASQ_PID:-}" "${BALLOONING_PID:-}" ) touch "$QEMU_END" Loading