We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6271041 commit c90c8feCopy full SHA for c90c8fe
lgsm/modules/command_send.sh
@@ -30,12 +30,8 @@ if [ "${status}" != "0" ]; then
30
tmux -L "${socketname}" send-keys -t "${sessionname}" "${commandtosend}" ENTER
31
fn_script_log_pass "Command \"${commandtosend}\" sent to console"
32
else
33
- fn_print_error_nl "Server not running"
34
- fn_script_log_error "Failed to access: Server not running"
35
- if fn_prompt_yn "Do you want to start the server?" Y; then
36
- exitbypass=1
37
- command_start.sh
38
- fi
+ fn_print_error_nl "Unable to send command to console. Server not running"
+ fn_script_log_error "Unable to send command to console. Server not running"
39
fi
40
41
core_exit.sh
0 commit comments