3 changed files with 28 additions and 3 deletions
@ -0,0 +1,14 @@ |
|||||
|
#!/bin/bash |
||||
|
# LGSM check_config.sh function |
||||
|
# Author: Daniel Gibbs |
||||
|
# Website: http://gameservermanagers.com |
||||
|
lgsm_version="060116" |
||||
|
|
||||
|
# Description: If server config missing warn user. |
||||
|
|
||||
|
if [ ! -e "${servercfgfullpath}" ]; then |
||||
|
if [ "${gamename}" != "Hurtworld" ]; then |
||||
|
fn_printwarnnl "Configuration file missing" |
||||
|
echo "${servercfgfullpath}" |
||||
|
fi |
||||
|
fi |
Loading…
Reference in new issue