gameservergame-servergame-servershacktoberfestdedicated-game-serversgamelinuxgsmserverbashgaminglinuxmultiplayer-game-servershell
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
377 B
16 lines
377 B
#!/bin/bash
|
|
# LGSM commanf_update.sh function
|
|
# Author: Daniel Gibbs
|
|
# Website: https://gameservermanagers.com
|
|
lgsm_version="210516"
|
|
|
|
# Description:Hangles updating of servers.
|
|
|
|
check.sh
|
|
|
|
fn_print_dots "Checking for update"
|
|
if [ "${gamename}" == "Teamspeak 3" ]; then
|
|
update_ts3.sh
|
|
elif [ "${engine}" == "goldsource" ]||[ "${forceupdate}" == "1" ]; then
|
|
update_steamcmd.sh
|
|
fi
|