Daniel Gibbs
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
0 additions and
5 deletions
-
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 |
|
|
|
} |
|
|
|