lgsm local mirror
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.
 
 

22 lines
424 B

#!/bin/bash
# LGSM command_update.sh function
# Author: Daniel Gibbs
# Website: https://gameservermanagers.com
# Description: Handles updating of servers.
local commandname="UPDATE"
local commandaction="Update"
local function_selfname="$(basename $(readlink -f "${BASH_SOURCE[0]}"))"
fn_print_dots ""
sleep 0.5
check.sh
if [ "${gamename}" == "Teamspeak 3" ]; then
update_ts3.sh
else
update_steamcmd.sh
fi
core_exit.sh