浏览代码

Fixed the problem when we are installing flowdat3 without a some modules

Jean Sumara 5 年之前
父节点
当前提交
8cd7b35614
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      tools/src/ReleaseImages.php

+ 1 - 1
tools/src/ReleaseImages.php

@@ -483,7 +483,7 @@ class ReleaseImages extends Command
         // agrego todos los host. Esto se necesita para cuando no se instala completo
         foreach ($this->_modules_all as $key => $values) {
             if (isset($values['HOST_ENV']) && $values['HOST_ENV']) {
-                $resp ["HOST_" . strtoupper($key)] = "";
+                $resp ["HOST_" . strtoupper($key)] = $this->getDomain($key);
             }
         }
         // agrego las url solo a los que voy a instalar