Browse Source

not required

pull/3407/head
Daniel Gibbs 5 years ago
parent
commit
a69c03f28a
  1. 1
      lgsm/functions/command_start.sh

1
lgsm/functions/command_start.sh

@ -127,7 +127,6 @@ fn_start_tmux(){
echo -e "" echo -e ""
echo -e "Command" echo -e "Command"
echo -e "=================================" echo -e "================================="
fn_reload_startparameters
echo -e "tmux new-session -d -s \"${sessionname}\" \"${preexecutable} ${executable} ${startparameters}\"" | tee -a "${lgsmlog}" echo -e "tmux new-session -d -s \"${sessionname}\" \"${preexecutable} ${executable} ${startparameters}\"" | tee -a "${lgsmlog}"
echo -e "" echo -e ""
echo -e "Error" echo -e "Error"

Loading…
Cancel
Save