Browse Source
-t= won't work with some tmux versions
pull/1878/head
UltimateByte
7 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
lgsm/functions/command_stop.sh
|
@ -263,7 +263,7 @@ fn_stop_tmux(){ |
|
|
fn_script_log_info "tmux kill-session: ${servername}" |
|
|
fn_script_log_info "tmux kill-session: ${servername}" |
|
|
sleep 0.5 |
|
|
sleep 0.5 |
|
|
# Kill tmux session |
|
|
# Kill tmux session |
|
|
tmux kill-session -t="${servicename}" > /dev/null 2>&1 |
|
|
tmux kill-session -t "${servicename}" > /dev/null 2>&1 |
|
|
sleep 0.5 |
|
|
sleep 0.5 |
|
|
check_status.sh |
|
|
check_status.sh |
|
|
if [ "${status}" == "0" ]; then |
|
|
if [ "${status}" == "0" ]; then |
|
|