From 650bfb04b9aae648db6154f9e4381d75529315df Mon Sep 17 00:00:00 2001 From: Daniel Gibbs Date: Wed, 26 Aug 2020 15:04:10 +0100 Subject: [PATCH] Update install_config.sh --- lgsm/functions/install_config.sh | 5 ----- 1 file changed, 5 deletions(-) diff --git a/lgsm/functions/install_config.sh b/lgsm/functions/install_config.sh index d7df6434f..c8023b8bd 100644 --- a/lgsm/functions/install_config.sh +++ b/lgsm/functions/install_config.sh @@ -61,11 +61,6 @@ fn_default_config_remote(){ # Copys local default config to server config location. fn_default_config_local(){ echo -e "copying ${servercfgdefault} config file." - if [ -f /.dockerenv ]; then - # In Docker we regenerate this config everytime at startup. - # we always want to overwrite the existing file. - rm ${servercfgfullpath} - fi cp -nv "${servercfgdir}/${servercfgdefault}" "${servercfgfullpath}" fn_sleep_time }