瀏覽代碼

right script log

Fixes #1117
UltimateByte 9 年之前
父節點
當前提交
bea59e9cd1
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      lgsm/functions/command_start.sh

+ 1 - 1
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