From 63a040cf83f64fb56e9efb12ae686987c528f7d9 Mon Sep 17 00:00:00 2001 From: UltimateByte Date: Thu, 20 Oct 2016 18:12:33 +0200 Subject: [PATCH] Install config if missing fixes #1142 --- lgsm/functions/check_config.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lgsm/functions/check_config.sh b/lgsm/functions/check_config.sh index 9ad4c7baa..72ea95c5c 100644 --- a/lgsm/functions/check_config.sh +++ b/lgsm/functions/check_config.sh @@ -15,7 +15,8 @@ if [ ! -e "${servercfgfullpath}" ]; then echo "${servercfgfullpath}" fn_script_log_warn "Configuration file missing!" fn_script_log_warn "${servercfgfullpath}" - sleep 2 + sleep 1 + install_config.sh fi fi