소스 검색

stray character

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

+ 1 - 1
functions/command_install.sh

@@ -20,7 +20,7 @@ elif [ "${gamename}" == "Teamspeak 3" ]; then
 	install_ts3.sh
 elif [ ! -z "${appid}" ]; then
 	install_steamcmd.sh
-	finstall_serverfiles.sh
+	install_serverfiles.sh
 	install_steamfix.sh
 fi