diff --git a/Scripts/7D2D-Manage.bash b/Scripts/7D2D-Manage.bash index 94aa02e..801bc59 100644 --- a/Scripts/7D2D-Manage.bash +++ b/Scripts/7D2D-Manage.bash @@ -703,7 +703,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 >/dev/null 2>&1)" if [[ ! "${?}" -eq "0" ]]; then important "No servers currently running." fi