From 96f2ffc6b4c7c61509c9265b911b508053524727 Mon Sep 17 00:00:00 2001 From: Daniel Gibbs Date: Fri, 10 Jul 2020 21:03:21 +0100 Subject: [PATCH] correct command --- 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 a65009a2a..dffa0f3cb 100644 --- a/lgsm/functions/command_start.sh +++ b/lgsm/functions/command_start.sh @@ -35,7 +35,7 @@ fn_start_teamspeak3(){ # Used to allow update to detect JK2MV server version. fn_start_jk2(){ fn_start_tmux - tmux send -t "${sessionname}" quit version > /dev/null 2>&1 + tmux send -t "${sessionname}" version ENTER > /dev/null 2>&1 } fn_start_tmux(){