Ver código fonte

try to disable autostart

andre 4 anos atrás
pai
commit
71a4fa4607
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      app/Listeners/Cloud/VmCreatedListener.php

+ 1 - 1
app/Listeners/Cloud/VmCreatedListener.php

@@ -30,7 +30,7 @@ class VmCreatedListener extends VmListener
         //Start the VM
         if (!sl('Vm')->getVm()->isRunning() && $this->configuration()->isStart())
         {
-//            sl('Vm')->getVm()->start();
+            sl('Vm')->getVm()->start();
         }
     }
 }