Sfoglia il codice sorgente

try to disable autostart

andre 4 anni fa
parent
commit
188f2ede01
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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
         //Start the VM
         if (!sl('Vm')->getVm()->isRunning() && $this->configuration()->isStart())
         if (!sl('Vm')->getVm()->isRunning() && $this->configuration()->isStart())
         {
         {
-            sl('Vm')->getVm()->start();
+//            sl('Vm')->getVm()->start();
         }
         }
     }
     }
 }
 }