fix: clean exit returns 0. Fixes #531

This commit is contained in:
Martin Wimpress 2024-04-17 00:12:02 +01:00 committed by Martin Wimpress
parent d7e41bc704
commit dc81b8c2b3
1 changed files with 3 additions and 1 deletions

View File

@ -1975,6 +1975,8 @@ else
start_viewer start_viewer
fi 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 # vim:tabstop=2:shiftwidth=2:expandtab