Browse Source

Update install_config.sh

pull/2101/head
Daniel Gibbs 5 years ago
committed by GitHub
parent
commit
650bfb04b9
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 5
      lgsm/functions/install_config.sh

5
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
}

Loading…
Cancel
Save