diff --git a/UnrealTournament99/ut99server b/UnrealTournament99/ut99server index c7981d0cd..890f028c6 100644 --- a/UnrealTournament99/ut99server +++ b/UnrealTournament99/ut99server @@ -59,7 +59,7 @@ backupdir="${rootdir}/backups" # Logging logdays="7" -gamelogdir="${systemdir}/Logs/" +gamelogdir="${filesdir}/Logs" scriptlogdir="${rootdir}/log/script" consolelogdir="${rootdir}/log/console" consolelogging="on" diff --git a/lgsm/functions/install_logs.sh b/lgsm/functions/install_logs.sh index 4ecfa1639..1cfe9ac7c 100644 --- a/lgsm/functions/install_logs.sh +++ b/lgsm/functions/install_logs.sh @@ -22,7 +22,7 @@ if [ -n "${consolelogdir}" ]; then fi # If a server is source or goldsource, Teamspeak 3, Starbound, Project Zomhoid create a symbolic link to the game server logs. -if [ "${engine}" == "source" ]||[ "${engine}" == "goldsource" ]||[ "${gamename}" == "Teamspeak 3" ]||[ "${engine}" == "starbound" ]||[ "${engine}" == "projectzomboid" ]; then +if [ "${engine}" == "source" ]||[ "${engine}" == "goldsource" ]||[ "${gamename}" == "Teamspeak 3" ]||[ "${engine}" == "starbound" ]||[ "${engine}" == "projectzomboid" ]||[ "${engine}" == "unreal" ]; then if [ ! -h "${rootdir}/log/server" ]; then ln -nfsv "${gamelogdir}" "${rootdir}/log/server" fi