Browse Source

Adjusted install menu for fixes

pull/597/head
Daniel Gibbs 9 years ago
parent
commit
0bb4cd77ad
  1. 4
      functions/command_install.sh
  2. 2
      functions/fix.sh

4
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

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

Loading…
Cancel
Save