Skip to content

Commit

Permalink
fix: clean exit returns 0. Fixes #531
Browse files Browse the repository at this point in the history
  • Loading branch information
flexiondotorg committed Apr 16, 2024
1 parent d7e41bc commit dc81b8c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion quickemu
Original file line number Diff line number Diff line change
Expand Up @@ -1975,6 +1975,8 @@ else
start_viewer
fi

[ -n "${MONITOR_CMD}" ] && monitor_send_cmd "${MONITOR_CMD}"
if [ -n "${MONITOR_CMD}" ]; then
monitor_send_cmd "${MONITOR_CMD}"
fi

# vim:tabstop=2:shiftwidth=2:expandtab

0 comments on commit dc81b8c

Please sign in to comment.