Browse Source

-t= won't work with some tmux versions

pull/1878/head
UltimateByte 7 years ago
committed by GitHub
parent
commit
5e1dcdab17
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      lgsm/functions/command_stop.sh

2
lgsm/functions/command_stop.sh

@ -263,7 +263,7 @@ fn_stop_tmux(){
fn_script_log_info "tmux kill-session: ${servername}"
sleep 0.5
# Kill tmux session
tmux kill-session -t="${servicename}" > /dev/null 2>&1
tmux kill-session -t "${servicename}" > /dev/null 2>&1
sleep 0.5
check_status.sh
if [ "${status}" == "0" ]; then

Loading…
Cancel
Save