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.
25 lines
526 B
25 lines
526 B
#!/bin/bash
|
|
# LinuxGSM command_check_update.sh module
|
|
# Author: Daniel Gibbs
|
|
# Contributors: http://linuxgsm.com/contrib
|
|
# Website: https://linuxgsm.com
|
|
# Description: Handles updating of servers.
|
|
|
|
commandname="CHECK-UPDATE"
|
|
commandaction="check for Update"
|
|
functionselfname="$(basename "$(readlink -f "${BASH_SOURCE[0]}")")"
|
|
fn_firstcommand_set
|
|
|
|
fn_print_dots ""
|
|
check.sh
|
|
core_logs.sh
|
|
|
|
core_steamcmd.sh
|
|
|
|
check_steamcmd.sh
|
|
|
|
fn_update_steamcmd_localbuild
|
|
fn_update_steamcmd_remotebuild
|
|
fn_update_steamcmd_compare
|
|
|
|
core_exit.sh
|
|
|