Daniel Gibbs
12 months ago
No known key found for this signature in database
GPG Key ID: 2076B128385E8C55
1 changed files with
1 additions and
1 deletions
-
lgsm/modules/install_config.sh
|
|
@ -69,7 +69,7 @@ fn_default_config_local() { |
|
|
|
fi |
|
|
|
|
|
|
|
echo -en "copying config file [ ${italic}${servercfgdefault}${default} ]" |
|
|
|
cp -v --update=none "${servercfgdir}/${servercfgdefault}" "${servercfgfullpath}" |
|
|
|
cp --update=none "${servercfgdir}/${servercfgdefault}" "${servercfgfullpath}" |
|
|
|
exitcode=$? |
|
|
|
if [ "${exitcode}" != 0 ]; then |
|
|
|
fn_print_fail_eol |
|
|
|