From 72bbe93ecfd07427906255ab7646cfa11a825b68 Mon Sep 17 00:00:00 2001 From: Daniel Gibbs Date: Fri, 19 Feb 2016 23:25:45 +0000 Subject: [PATCH] Moved logs creation to allow logging on install --- functions/command_install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions/command_install.sh b/functions/command_install.sh index 791cb160d..7f5753e3b 100644 --- a/functions/command_install.sh +++ b/functions/command_install.sh @@ -9,6 +9,7 @@ function_selfname="$(basename $(readlink -f "${BASH_SOURCE[0]}"))" check.sh install_header.sh install_serverdir.sh +install_logs.sh check_deps.sh # Download and install if [ "${gamename}" == "Unreal Tournament 2004" ]; then @@ -27,7 +28,6 @@ fi # Configuration fix.sh -install_logs.sh install_gsquery.sh install_config.sh if [ "${gamename}" == "Counter Strike: Global Offensive" ]||[ "${gamename}" == "Team Fortress 2" ]||[ "${gamename}" == "BrainBread 2" ]; then