From 6fec42b7c18eba1862c8c6d0fba0067dbbd6cc23 Mon Sep 17 00:00:00 2001 From: UltimateByte Date: Thu, 20 Oct 2016 00:16:44 +0200 Subject: [PATCH] tmuxception moved to check_tmuxception.sh --- lgsm/functions/command_start.sh | 23 ----------------------- 1 file changed, 23 deletions(-) diff --git a/lgsm/functions/command_start.sh b/lgsm/functions/command_start.sh index fdb4dcfc5..f7f324bf1 100644 --- a/lgsm/functions/command_start.sh +++ b/lgsm/functions/command_start.sh @@ -9,27 +9,6 @@ local commandname="START" local commandaction="Starting" local function_selfname="$(basename $(readlink -f "${BASH_SOURCE[0]}"))" -fn_check_is_in_tmux(){ - if [ -n "${TMUX}" ];then - fn_print_fail_nl "tmuxception error: Sorry Cobb you cannot start a tmux session inside of a tmux session." - fn_script_log_fatal "tmuxception error: Attempted to start a tmux session inside of a tmux session." - fn_print_information_nl "LGSM creates a tmux session when starting the server." - echo "It is not possible to run a tmux session inside another tmux session" - echo "https://github.com/GameServerManagers/LinuxGSM/wiki/Tmux#tmuxception" - core_exit.sh - fi -} -fn_check_is_in_screen(){ - if [ "$TERM" == "screen" ];then - fn_print_fail_nl "tmuxception error: Sorry Cobb you cannot start a tmux session inside of a screen session." - fn_script_log_fatal "tmuxception error: Attempted to start a tmux session inside of a screen session." - fn_print_information_nl "LGSM creates a tmux session when starting the server." - echo "It is not possible to run a tmux session inside screen session" - echo "https://github.com/GameServerManagers/LinuxGSM/wiki/Tmux#tmuxception" - core_exit.sh - fi -} - fn_start_teamspeak3(){ if [ ! -e "${servercfgfullpath}" ]; then fn_print_warn_nl "${servercfgfullpath} is missing" @@ -186,8 +165,6 @@ fn_start_tmux(){ fn_print_dots "${servername}" sleep 1 -fn_check_is_in_tmux -fn_check_is_in_screen check.sh fix.sh info_config.sh