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.
 
 

11 lines
321 B

#!/bin/bash
# LGSM fn_install_serverfiles function
# Author: Daniel Gibbs
# Website: http://gameservermanagers.com
# Version: 160515
if [ -z "${steamuser}" ]; then
fn_printwarningnl "SteamCMD user variable is not assigned in the main script! Resorting to anonymous login"
steamuser="anonymous"
steampass=""
fi