Ver código fonte

Use manual debug output for download()

bryan 6 dias atrás
pai
commit
fa86b8b659
1 arquivos alterados com 2 adições e 1 exclusões
  1. 2 1
      installJRMC

+ 2 - 1
installJRMC

@@ -1799,7 +1799,8 @@ download() {
     return 1
   fi
 
-  execute "${cmd[@]}" "$url"
+  debug "${cmd[@]}" "$url"
+  "${cmd[@]}" "$url"
 }
 
 # Roughly turn debugging on for pre-init