Explorar o código

try to disable autostart

andre %!s(int64=4) %!d(string=hai) anos
pai
achega
71a4fa4607
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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();
         }
     }
 }