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