Browse Source

Use manual debug output for download()

bryan 5 days ago
parent
commit
fa86b8b659
1 changed files with 2 additions and 1 deletions
  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