Loading src/power.sh +1 −1 Original line number Diff line number Diff line Loading @@ -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" Loading Loading
src/power.sh +1 −1 Original line number Diff line number Diff line Loading @@ -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" Loading