소스 검색

start now only using check.sh

Daniel Gibbs 10 년 전
부모
커밋
9e38714872
1개의 변경된 파일2개의 추가작업 그리고 9개의 파일을 삭제
  1. 2 9
      functions/command_start.sh

+ 2 - 9
functions/command_start.sh

@@ -71,10 +71,8 @@ echo -en "\n"
 }
 
 fn_start_tmux(){
-check_root.sh
-check_systemdir.sh
-check_ip.sh
-check_logs.sh
+check.sh
+
 if [ "${gamename}" == "Counter Strike: Global Offensive" ]; then
 	startfix=1
 	fix_csgo.sh
@@ -99,11 +97,6 @@ fi
 fn_printdots "${servername}"
 fn_scriptlog "${servername}"
 sleep 1
-check_tmux.sh
-
-if [ "${gamename}" != "Mumble" ]; then
-	check_steamcmd.sh
-fi
 
 if [ "${tmuxwc}" -eq 0 ]; then
 	fn_scriptlog "Rotating log files"