From 7bd6fb9af1f19de52c3f048a6fe816bb4373ffe9 Mon Sep 17 00:00:00 2001 From: Daniel Gibbs Date: Sat, 5 Mar 2016 12:53:46 +0000 Subject: [PATCH] no longer a requirement for symbolic link the game log dir is set in parms --- functions/install_logs.sh | 7 ------- 1 file changed, 7 deletions(-) diff --git a/functions/install_logs.sh b/functions/install_logs.sh index a1687d962..9f86f7129 100644 --- a/functions/install_logs.sh +++ b/functions/install_logs.sh @@ -33,13 +33,6 @@ if [ "${engine}" == "unreal2" ]||[ "${engine}" == "unity3d" ]||[ "${gamename}" = mkdir -pv "${gamelogdir}" fi -# If a server is 7 Days to Die. -if [ "${gamename}" == "7 Days To Die" ]; then - if [ ! -h "${gamelogdir}/output_log.txt" ]; then - ln -nfsv "${filesdir}/7DaysToDie_Data/output_log.txt" "${gamelogdir}/output_log.txt" - fi -fi - # If server uses SteamCMD create a symbolic link to the Steam logs. if [ -d "${rootdir}/Steam/logs" ]; then if [ ! -h "${rootdir}/log/steamcmd" ]; then