Prechádzať zdrojové kódy

Split MC container creation into function

bryan 4 týždňov pred
rodič
commit
3b73bc1275
1 zmenil súbory, kde vykonal 0 pridanie a 1 odobranie
  1. 0 1
      installJRMC

+ 0 - 1
installJRMC

@@ -1853,7 +1853,6 @@ download() {
   "${cmd[@]}" "$url"
 }
 apt_mc_container() {
-  debug "Running: ${FUNCNAME[0]}"
   install_package --silent buildah && 
   cnt=$(sudo buildah from --quiet alpine:edge 2>/dev/null) &&
   sudo buildah run "$cnt" -- sh -c '