Explorar el Código

removed rm tmp dir

Daniel Gibbs hace 10 años
padre
commit
4405c42122
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      lgsm/functions/update_mumble.sh

+ 0 - 1
lgsm/functions/update_mumble.sh

@@ -15,7 +15,6 @@ fn_update_mumble_dl(){
 	echo -e "copying to ${filesdir}...\c"
 	fn_script_log "Copying to ${filesdir}"
 	cp -R "${lgsmdir}/tmp/murmur-static_${mumblearch}-${availablebuild}/"* "${filesdir}"
-	rm -R "${lgsmdir}/tmp"
 	local exitcode=$?
 	if [ ${exitcode} -eq 0 ]; then
 		fn_print_ok_eol_nl