summaryrefslogtreecommitdiffstats
path: root/inc/event.inc.php
diff options
context:
space:
mode:
authorSimon Rettberg2016-03-21 18:16:23 +0100
committerSimon Rettberg2016-03-21 18:16:23 +0100
commitd073432983c63a7df7c5afbbd0c948a3ad2c7529 (patch)
treef29072dcedd5d3367557751954378679dad99882 /inc/event.inc.php
parent[adauth] Configurable home directory mount logic (diff)
downloadslx-admin-d073432983c63a7df7c5afbbd0c948a3ad2c7529.tar.gz
slx-admin-d073432983c63a7df7c5afbbd0c948a3ad2c7529.tar.xz
slx-admin-d073432983c63a7df7c5afbbd0c948a3ad2c7529.zip
[ipxe] Add error to eventlog if compile process failed
Diffstat (limited to 'inc/event.inc.php')
-rw-r--r--inc/event.inc.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/inc/event.inc.php b/inc/event.inc.php
index 3e9f93aa..e014666a 100644
--- a/inc/event.inc.php
+++ b/inc/event.inc.php
@@ -75,6 +75,9 @@ class Event
{
global $tidIpxe;
$tidIpxe = Trigger::ipxe();
+ if (is_string($tidIpxe)) {
+ TaskmanagerCallback::addCallback($tidIpxe, 'cbIpxeBuilt');
+ }
ConfigModule::serverIpChanged();
}