From bea59e9cd101f5130aeaf9f45d7da5a351fda275 Mon Sep 17 00:00:00 2001 From: UltimateByte Date: Wed, 19 Oct 2016 21:46:49 +0200 Subject: [PATCH] right script log Fixes #1117 --- lgsm/functions/command_start.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lgsm/functions/command_start.sh b/lgsm/functions/command_start.sh index cb444ab5c..9f5aa295a 100644 --- a/lgsm/functions/command_start.sh +++ b/lgsm/functions/command_start.sh @@ -12,7 +12,7 @@ local function_selfname="$(basename $(readlink -f "${BASH_SOURCE[0]}"))" fn_check_is_in_tmux(){ if [ -n "${TMUX}" ];then fn_print_fail_nl "Can't start a tmux session inside of a tmux session." - fn_script_log_fail "Can't start a tmux session inside of a tmux session." + fn_script_log_fatal "Can't start a tmux session inside of a tmux session." fn_print_information_nl "LGSM already runs the server inside of a tmux session." core_exit.sh fi