From 0bb4cd77ada8f6abf6fba03d5b3a903ead9ebfdf Mon Sep 17 00:00:00 2001 From: Daniel Gibbs Date: Wed, 30 Dec 2015 20:31:47 +0000 Subject: [PATCH] Adjusted install menu for fixes --- functions/command_install.sh | 4 ++++ functions/fix.sh | 2 -- 2 files changed, 4 insertions(+), 2 deletions(-) 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