From 59a40f71d16c84edec366e7815920a5aa76ccad3 Mon Sep 17 00:00:00 2001 From: Daniel Gibbs Date: Fri, 26 Feb 2016 20:27:09 +0000 Subject: [PATCH] Corrected variable --- functions/install_config.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions/install_config.sh b/functions/install_config.sh index 913bf26f0..257e29fd7 100644 --- a/functions/install_config.sh +++ b/functions/install_config.sh @@ -103,7 +103,7 @@ echo "" } fn_ut99config(){ -echo "${defaultcfg} > ${servercfgfullpath}" +echo "${servercfgdefault} > ${servercfgfullpath}" tr -d '\r' < "${servercfgdefault}" > "${servercfgfullpath}" sleep 1 echo ""