Explorar el Código

Test commit for silencing buildah not found error

bryan hace 5 meses
padre
commit
011c9e06a8
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      installJRMC

+ 1 - 1
installJRMC

@@ -493,8 +493,8 @@ install_package() {
   esac
 
   # Install packages if any need installation
+  echo "${PKG_INSTALL[@]}" "${install_flags[@]}" "${pkg_array[@]}"
   if [[ ${#pkg_array[@]} -gt 0 ]]; then
-    debug "${PKG_INSTALL[@]}" "${install_flags[@]}" "${pkg_array[@]}"
     if ! "${PKG_INSTALL[@]}" "${install_flags[@]}" "${pkg_array[@]}"; then     
       ((silent)) || err "Failed to install ${pkg_array[*]}"
       return 1