Explorar o código

Test commit for silencing buildah not found error

bryan hai 5 meses
pai
achega
da5f765168
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      installJRMC

+ 1 - 1
installJRMC

@@ -492,7 +492,7 @@ install_package() {
       ((no_gpg_check)) && install_flags+=(--allow-unsigned-rpm) ;;
   esac
 
-  echo HERE
+  echo "Pacakge array: ${pkg_array[*]}"
 
   # Install packages if any need installation
   if [[ ${#pkg_array[@]} -gt 0 ]]; then