فهرست منبع

no longer a requirement for symbolic link

the game log dir is set in parms
Daniel Gibbs 10 سال پیش
والد
کامیت
7bd6fb9af1
1فایلهای تغییر یافته به همراه0 افزوده شده و 7 حذف شده
  1. 0 7
      functions/install_logs.sh

+ 0 - 7
functions/install_logs.sh

@@ -33,13 +33,6 @@ if [ "${engine}" == "unreal2" ]||[ "${engine}" == "unity3d" ]||[ "${gamename}" =
 	mkdir -pv "${gamelogdir}"
 	mkdir -pv "${gamelogdir}"
 fi
 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 server uses SteamCMD create a symbolic link to the Steam logs.
 if [ -d "${rootdir}/Steam/logs" ]; then
 if [ -d "${rootdir}/Steam/logs" ]; then
 	if [ ! -h "${rootdir}/log/steamcmd" ]; then
 	if [ ! -h "${rootdir}/log/steamcmd" ]; then