Procházet zdrojové kódy

Adjusted install menu for fixes

Daniel Gibbs před 10 roky
rodič
revize
0bb4cd77ad
2 změnil soubory, kde provedl 4 přidání a 2 odebrání
  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
 
 # Configuration
+echo ""
+echo "Applying ${gamename} Server Fixes"
+echo "================================="
 fix.sh
+echo ""
 install_logs.sh
 install_gsquery.sh
 install_config.sh

+ 0 - 2
functions/fix.sh

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