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.
22 lines
548 B
22 lines
548 B
#!/bin/bash
|
|
# LinuxGSM check_steamcmd.sh module
|
|
# Author: Daniel Gibbs
|
|
# Contributors: https://linuxgsm.com/contrib
|
|
# Website: https://linuxgsm.com
|
|
# Description: Checks if SteamCMD is installed correctly.
|
|
|
|
moduleselfname="$(basename "$(readlink -f "${BASH_SOURCE[0]}")")"
|
|
|
|
# init steamcmd functions.
|
|
core_steamcmd.sh
|
|
|
|
fn_check_steamcmd_clear
|
|
fn_check_steamcmd
|
|
if [ "${shortname}" == "ark" ]; then
|
|
fn_check_steamcmd_ark
|
|
fi
|
|
fn_check_steamcmd_dir
|
|
fn_check_steamcmd_dir_legacy
|
|
fn_check_steamcmd_steamapp
|
|
fn_check_steamcmd_user
|
|
fn_check_steamcmd_exec
|
|
|