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.
 
 

17 lines
561 B

#!/bin/bash
# LGSM fn_check_steamuser function
# Author: Daniel Gibbs
# Website: http://gameservermanagers.com
# Version: 190515
if [ -z "${steamuser}" ]||[ "${steamuser}" == "username" ];; then
fn_printwarningnl "Steam Login not set. Using anonymous login."
fn_scriptlog "Steam Login not set. Using anonymous login."
if [ "${steamuser}" == "username" ]; then
echo " * Change steamuser=\"username\" to a valid steam login."
fn_scriptlog "Change steamuser=\"username\" to a valid steam login."
fi
steamuser="anonymous"
steampass=""
sleep 2
fi