Browse Source

New fetching system (LGSM & Functions dirs)

pull/820/merge
UltimateByte 9 years ago
parent
commit
5ea81e9eef
  1. 2
      OpposingForce/opforserver

2
OpposingForce/opforserver

@ -57,6 +57,8 @@ engine="goldsource"
rootdir="$(dirname $(readlink -f "${BASH_SOURCE[0]}"))" rootdir="$(dirname $(readlink -f "${BASH_SOURCE[0]}"))"
selfname="$(basename $(readlink -f "${BASH_SOURCE[0]}"))" selfname="$(basename $(readlink -f "${BASH_SOURCE[0]}"))"
lockselfname=".${servicename}.lock" lockselfname=".${servicename}.lock"
lgsmdir="${rootdir}/lgsm"
functionsdir="${lgsmdir}/functions"
filesdir="${rootdir}/serverfiles" filesdir="${rootdir}/serverfiles"
systemdir="${filesdir}/gearbox" systemdir="${filesdir}/gearbox"
executabledir="${filesdir}" executabledir="${filesdir}"

Loading…
Cancel
Save