Browse Source

remove -v

pull/4633/head
Daniel Gibbs 12 months ago
parent
commit
447bdb9348
No known key found for this signature in database GPG Key ID: 2076B128385E8C55
  1. 2
      lgsm/modules/install_config.sh

2
lgsm/modules/install_config.sh

@ -69,7 +69,7 @@ fn_default_config_local() {
fi fi
echo -en "copying config file [ ${italic}${servercfgdefault}${default} ]" echo -en "copying config file [ ${italic}${servercfgdefault}${default} ]"
cp -v --update=none "${servercfgdir}/${servercfgdefault}" "${servercfgfullpath}" cp --update=none "${servercfgdir}/${servercfgdefault}" "${servercfgfullpath}"
exitcode=$? exitcode=$?
if [ "${exitcode}" != 0 ]; then if [ "${exitcode}" != 0 ]; then
fn_print_fail_eol fn_print_fail_eol

Loading…
Cancel
Save