diff --git a/functions/command_install.sh b/functions/command_install.sh index 75e6c0060..0a241d4fc 100644 --- a/functions/command_install.sh +++ b/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 diff --git a/functions/fix.sh b/functions/fix.sh index 668ce425e..44472ea71 100644 --- a/functions/fix.sh +++ b/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