From c44f8c3757af335cf09da909336d3c73d246ebed Mon Sep 17 00:00:00 2001 From: Price Hiller Date: Sat, 1 Jan 2022 04:42:43 -0600 Subject: [PATCH] Allow stdout tmux to be captured --- Scripts/7D2D-Manage.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Scripts/7D2D-Manage.bash b/Scripts/7D2D-Manage.bash index f40fb91..a12eed4 100644 --- a/Scripts/7D2D-Manage.bash +++ b/Scripts/7D2D-Manage.bash @@ -704,7 +704,7 @@ list_servers() { if ((picked_option == 0)); then log "debug" "Listing running servers" local tmux_sessions - tmux_sessions="$(tmux list-sessions >/dev/null 2>&1)" + tmux_sessions="$(tmux list-sessions 2>/dev/null)" if [[ ! "${?}" -eq "0" ]]; then important "No servers currently running." fi