Browse Source

unreal bug fix

pull/450/head
Daniel Gibbs 10 years ago
parent
commit
386173613c
  1. 6
      functions/fn_deps_detect

6
functions/fn_deps_detect

@ -21,15 +21,15 @@ elif [ "${executable}" == "./runSam3_DedicatedServer.sh" ];then
elif [ "${executable}" == "./7DaysToDie.sh" ];then
executable=7DaysToDie.x86
elif [ "${executable}" == "./ucc-bin" ];then
executable=ucc-bin-real
elif [ "${executable}" == "./ucc-bin" ];then
if [ -f "${executabledir}/ucc-bin-real" ]; then
executable=ucc-bin-real
elif [ -f "${executabledir}/ut2004-bin" ]; then
executable=ut2004-bin
else
executable=ut-bin
fi
fi
elif [ "${executable}" == "./ts3server_startscript.sh" ];then
executable=ts3server_linux_amd64
fi

Loading…
Cancel
Save