소스 검색

Adjusted install menu for fixes

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

+ 4 - 0
functions/command_install.sh

@@ -26,7 +26,11 @@ elif [ ! -z "${appid}" ]; then
 fi
 fi
 
 
 # Configuration
 # Configuration
+echo ""
+echo "Applying ${gamename} Server Fixes"
+echo "================================="
 fix.sh
 fix.sh
+echo ""
 install_logs.sh
 install_logs.sh
 install_gsquery.sh
 install_gsquery.sh
 install_config.sh
 install_config.sh

+ 0 - 2
functions/fix.sh

@@ -22,8 +22,6 @@ fi
 
 
 if [ "${function_selfname}" == "command_install.sh" ]; then
 if [ "${function_selfname}" == "command_install.sh" ]; then
 	fix_glibc.sh
 	fix_glibc.sh
-	echo "Applying ${gamename} Server Fixes"
-	echo "================================="
 	if [ "${gamename}" == "Killing Floor" ]; then
 	if [ "${gamename}" == "Killing Floor" ]; then
 		fix_kf.sh
 		fix_kf.sh
 	elif [ "${gamename}" == "Red Orchestra: Ostfront 41-45" ]; then
 	elif [ "${gamename}" == "Red Orchestra: Ostfront 41-45" ]; then