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