瀏覽代碼

removed rm tmp dir

Daniel Gibbs 9 年之前
父節點
當前提交
4405c42122
共有 1 個文件被更改,包括 0 次插入1 次删除
  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"
 	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