diff options
author | Simon Rettberg | 2017-11-03 15:57:24 +0100 |
---|---|---|
committer | Simon Rettberg | 2017-11-03 15:57:24 +0100 |
commit | 3230b55c7794e684ce37ede6450e5e904337d3ea (patch) | |
tree | 99853594728d37f9dd724f6aa6e5737fba2012fa | |
parent | [syslog] api: Relax spam protection (diff) | |
download | slx-admin-3230b55c7794e684ce37ede6450e5e904337d3ea.tar.gz slx-admin-3230b55c7794e684ce37ede6450e5e904337d3ea.tar.xz slx-admin-3230b55c7794e684ce37ede6450e5e904337d3ea.zip |
[inc/event] Don't try to start DozmodLauncher task - doesn't exist
-rw-r--r-- | inc/event.inc.php | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/inc/event.inc.php b/inc/event.inc.php index a16be97b..66601607 100644 --- a/inc/event.inc.php +++ b/inc/event.inc.php @@ -31,10 +31,6 @@ class Event $ldadpId = Trigger::ldadp(); $ipxeId = Trigger::ipxe(); - Taskmanager::submit('DozmodLauncher', array( - 'operation' => 'start' - )); - // Check status of all tasks // Mount vm store if ($mountId === false) { |