Browse Source

ts3 start

pull/2565/head
Daniel Gibbs 6 years ago
parent
commit
88825ac7a2
  1. 6
      lgsm/functions/command_start.sh

6
lgsm/functions/command_start.sh

@ -210,9 +210,5 @@ if [ "${updateonstart}" == "yes" ]||[ "${updateonstart}" == "1" ]||[ "${updateon
command_update.sh
fi
if [ "${shortname}" == "ts3" ]; then
fn_start_teamspeak3
else
fn_start_tmux
fi
fn_start_tmux
core_exit.sh

Loading…
Cancel
Save