Browse Source

don't remove files for testing

pull/947/head
UltimateByte 9 years ago
committed by GitHub
parent
commit
ce452f58db
  1. 2
      lgsm/functions/update_mumble.sh

2
lgsm/functions/update_mumble.sh

@ -152,7 +152,7 @@ fn_dl_extract "${lgsmdir}/tmp" "${mumblebuildname}.tar.bz2" "${lgsmdir}/tmp"
echo -e "copying to ${filesdir}...\c" echo -e "copying to ${filesdir}...\c"
fn_script_log "Copying to ${filesdir}" fn_script_log "Copying to ${filesdir}"
cp -R "${lgsmdir}/tmp/${mumblebuildname}/"* "${filesdir}" cp -R "${lgsmdir}/tmp/${mumblebuildname}/"* "${filesdir}"
rm -R "${lgsmdir}/tmp" #rm -R "${lgsmdir}/tmp"
local exitcode=$? local exitcode=$?
if [ ${exitcode} -eq 0 ]; then if [ ${exitcode} -eq 0 ]; then
fn_print_ok_eol_nl fn_print_ok_eol_nl

Loading…
Cancel
Save