Browse Source

a

pull/4260/head
Daniel Gibbs 2 years ago
parent
commit
fff5073494
  1. 3
      lgsm/modules/command_install.sh
  2. 1
      lgsm/modules/install_server_files.sh

3
lgsm/modules/command_install.sh

@ -28,9 +28,6 @@ else
elif [ "${appid}" ]; then elif [ "${appid}" ]; then
install_steamcmd.sh install_steamcmd.sh
install_server_files.sh install_server_files.sh
if [ "${engine}" == "goldsrc" ]; then
command_update.sh
fi
fi fi
# Configuration. # Configuration.

1
lgsm/modules/install_server_files.sh

@ -214,6 +214,7 @@ if [ "${appid}" ]; then
remotelocation="SteamCMD" remotelocation="SteamCMD"
forceupdate=1 forceupdate=1
update_steamcmd.sh update_steamcmd.sh
fn_check_steamcmd_appmanifest
fi fi
if [ "${shortname}" == "ts3" ]; then if [ "${shortname}" == "ts3" ]; then

Loading…
Cancel
Save