There was an error while loading. Please reload this page.
1 parent 37d9d8e commit 05e236fCopy full SHA for 05e236f
1 file changed
lgsm/functions/command_stop.sh
@@ -43,7 +43,7 @@ fn_stop_graceful_cmd(){
43
fn_print_dots "Graceful: sending \"${1}\""
44
fn_script_log_info "Graceful: sending \"${1}\""
45
# Sends specific stop command.
46
- tmux send -t "${sessionname}" "${1}" ENTER > /dev/null 2>&1
+ tmux send -t "${sessionname}" ENTER "${1}" ENTER > /dev/null 2>&1
47
# Waits up to ${seconds} seconds giving the server time to shutdown gracefully.
48
for ((seconds=1; seconds<=${2}; seconds++)); do
49
check_status.sh
0 commit comments