Kaynağa Gözat

Test commit for silencing buildah not found error

bryan 5 ay önce
ebeveyn
işleme
31abe6385c
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1 1
      installJRMC

+ 1 - 1
installJRMC

@@ -494,11 +494,11 @@ install_package() {
 
   # Install packages if any need installation
   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
     fi
-    echo "HERE!"
   fi
   return 0
 }