Browse Source

Install config if missing fixes #1142

pull/1144/head
UltimateByte 9 years ago
committed by GitHub
parent
commit
63a040cf83
  1. 3
      lgsm/functions/check_config.sh

3
lgsm/functions/check_config.sh

@ -15,7 +15,8 @@ if [ ! -e "${servercfgfullpath}" ]; then
echo "${servercfgfullpath}" echo "${servercfgfullpath}"
fn_script_log_warn "Configuration file missing!" fn_script_log_warn "Configuration file missing!"
fn_script_log_warn "${servercfgfullpath}" fn_script_log_warn "${servercfgfullpath}"
sleep 2 sleep 1
install_config.sh
fi fi
fi fi

Loading…
Cancel
Save