소스 검색

syntax error

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

+ 1 - 1
functions/fix.sh

@@ -16,7 +16,7 @@ if [ "${function_selfname}" != "command_install.sh" ]; then
 	if [ "${gamename}" == "Counter Strike: Global Offensive" ]; then
 		startfix=1
 		fix_csgo.sh
-	if [ "${gamename}" == "Don't Starve Together" ]; then
+	elif [ "${gamename}" == "Don't Starve Together" ]; then
 		fix_dst.sh		
 	elif [ "${gamename}" == "Insurgency" ]; then
 		fix_ins.sh