|
|
@ -20,7 +20,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" ][ "${engine}" == "terraia" ]; then |
|
|
|
if [ "${engine}" == "source" ]||[ "${engine}" == "goldsource" ]||[ "${gamename}" == "Teamspeak 3" ]||[ "${engine}" == "starbound" ]||[ "${engine}" == "projectzomboid" ]; then |
|
|
|
if [ ! -h "${rootdir}/log/server" ]; then |
|
|
|
ln -nfsv "${gamelogdir}" "${rootdir}/log/server" |
|
|
|
fi |
|
|
|