소스 검색

ts3 start

Daniel Gibbs 6 년 전
부모
커밋
88825ac7a2
1개의 변경된 파일1개의 추가작업 그리고 5개의 파일을 삭제
  1. 1 5
      lgsm/functions/command_start.sh

+ 1 - 5
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