Loading src/power.sh +1 −2 Original line number Diff line number Diff line Loading @@ -77,7 +77,6 @@ finish() { "$WEB_PID" "$PASST_PID" "$DNSMASQ_PID" "${BALLOONING_PID:-}" ) touch "$QEMU_END" (( reason > 1 )) && (( reason < 129 )) && echo "QEMU exitcode: $reason" if [ -s "$QEMU_PID" ]; then if read -r pid <"$QEMU_PID"; then Loading Loading @@ -115,7 +114,7 @@ finish() { warn "Timed out while waiting for $(app) to exit!" fi echo && echo "❯ Shutdown completed!" (( reason != 1 )) && echo && echo "❯ Shutdown completed!" exit "$reason" } Loading Loading
src/power.sh +1 −2 Original line number Diff line number Diff line Loading @@ -77,7 +77,6 @@ finish() { "$WEB_PID" "$PASST_PID" "$DNSMASQ_PID" "${BALLOONING_PID:-}" ) touch "$QEMU_END" (( reason > 1 )) && (( reason < 129 )) && echo "QEMU exitcode: $reason" if [ -s "$QEMU_PID" ]; then if read -r pid <"$QEMU_PID"; then Loading Loading @@ -115,7 +114,7 @@ finish() { warn "Timed out while waiting for $(app) to exit!" fi echo && echo "❯ Shutdown completed!" (( reason != 1 )) && echo && echo "❯ Shutdown completed!" exit "$reason" } Loading