Browse Source

!

pull/611/head
Daniel Gibbs 9 years ago
parent
commit
742abe2d09
  1. 4
      functions/check_config.sh

4
functions/check_config.sh

@ -8,9 +8,9 @@ lgsm_version="060116"
if [ ! -e "${servercfgfullpath}" ]; then if [ ! -e "${servercfgfullpath}" ]; then
if [ "${gamename}" != "Hurtworld" ]; then if [ "${gamename}" != "Hurtworld" ]; then
fn_printwarnnl "Configuration file missing" fn_printwarnnl "Configuration file missing!"
echo "${servercfgfullpath}" echo "${servercfgfullpath}"
fn_scriptlog "Configuration file missing" fn_scriptlog "Configuration file missing!"
fn_scriptlog "${servercfgfullpath}" fn_scriptlog "${servercfgfullpath}"
sleep 2 sleep 2
fi fi

Loading…
Cancel
Save