Browse Source

changes to serverdir

pull/575/head
Daniel Gibbs 9 years ago
parent
commit
40ce3fc247
  1. 8
      functions/fn_install

8
functions/fn_install

@ -2,14 +2,12 @@
# LGSM fn_install function # LGSM fn_install function
# Author: Daniel Gibbs # Author: Daniel Gibbs
# Website: http://gameservermanagers.com # Website: http://gameservermanagers.com
lgsm_version="061115" lgsm_version="201215"
fn_check_root fn_check_root
fn_install_header fn_install_header
if [ -z "${autoinstall}" ]; then fn_install_serverdir
fn_install_serverdir
fn_install_header
fi
# Download and install # Download and install
if [ "${gamename}" == "Unreal Tournament 2004" ]; then if [ "${gamename}" == "Unreal Tournament 2004" ]; then
fn_install_ut2k4filesdl fn_install_ut2k4filesdl

Loading…
Cancel
Save