diff options
| author | Simon Rettberg | 2019-03-25 12:36:26 +0100 |
|---|---|---|
| committer | Simon Rettberg | 2019-03-25 12:36:26 +0100 |
| commit | d949130ff1c948ba85f501022e9a090cab305147 (patch) | |
| tree | a07bcec323fbcec33de27573ff80e8f5f9c464d8 /inc/event.inc.php | |
| parent | [serversetup-bwlp-ipxe] Redirect to serveraddr page if invalid (diff) | |
| download | slx-admin-d949130ff1c948ba85f501022e9a090cab305147.tar.gz slx-admin-d949130ff1c948ba85f501022e9a090cab305147.tar.xz slx-admin-d949130ff1c948ba85f501022e9a090cab305147.zip | |
[inc/Trigger] Wait for taskmanager on bootup
Diffstat (limited to 'inc/event.inc.php')
| -rw-r--r-- | inc/event.inc.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/inc/event.inc.php b/inc/event.inc.php index 4e68ab6d..0b84df16 100644 --- a/inc/event.inc.php +++ b/inc/event.inc.php @@ -37,8 +37,8 @@ class Event // Tasks: fire away $mountStatus = false; - $mountId = Trigger::mount(); $autoIp = Trigger::autoUpdateServerIp(); + $mountId = Trigger::mount(); $ldadpId = Trigger::ldadp(); $ipxeId = Trigger::ipxe(); |
