Browse Source

removed rm tmp dir

pull/947/head
Daniel Gibbs 9 years ago
parent
commit
4405c42122
  1. 1
      lgsm/functions/update_mumble.sh

1
lgsm/functions/update_mumble.sh

@ -15,7 +15,6 @@ fn_update_mumble_dl(){
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/murmur-static_${mumblearch}-${availablebuild}/"* "${filesdir}" cp -R "${lgsmdir}/tmp/murmur-static_${mumblearch}-${availablebuild}/"* "${filesdir}"
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