From a69c03f28a6878f93b1c3b70db272fe77038d30a Mon Sep 17 00:00:00 2001 From: Daniel Gibbs Date: Fri, 26 Mar 2021 22:16:07 +0000 Subject: [PATCH] not required --- lgsm/functions/command_start.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/lgsm/functions/command_start.sh b/lgsm/functions/command_start.sh index 1088998e5..caa933320 100755 --- a/lgsm/functions/command_start.sh +++ b/lgsm/functions/command_start.sh @@ -127,7 +127,6 @@ fn_start_tmux(){ echo -e "" echo -e "Command" echo -e "=================================" - fn_reload_startparameters echo -e "tmux new-session -d -s \"${sessionname}\" \"${preexecutable} ${executable} ${startparameters}\"" | tee -a "${lgsmlog}" echo -e "" echo -e "Error"