summaryrefslogtreecommitdiffstats
path: root/modules-available/serversetup-bwlp-ipxe/inc/bootentry.inc.php
diff options
context:
space:
mode:
authorSimon Rettberg2020-07-10 16:40:06 +0200
committerSimon Rettberg2020-07-10 16:40:06 +0200
commit8cdccaeb71a167c6a16b715e65967da3be8a040a (patch)
treeb8239c2a701b7d05b75a5a19f93f93ffc03e4f7e /modules-available/serversetup-bwlp-ipxe/inc/bootentry.inc.php
parent[minilinux] Lower update disable to 5 mins (was 10) (diff)
downloadslx-admin-8cdccaeb71a167c6a16b715e65967da3be8a040a.tar.gz
slx-admin-8cdccaeb71a167c6a16b715e65967da3be8a040a.tar.xz
slx-admin-8cdccaeb71a167c6a16b715e65967da3be8a040a.zip
[serversetup-bwlp-ipxe] Progress on new structure (+bash)
Diffstat (limited to 'modules-available/serversetup-bwlp-ipxe/inc/bootentry.inc.php')
-rw-r--r--modules-available/serversetup-bwlp-ipxe/inc/bootentry.inc.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/modules-available/serversetup-bwlp-ipxe/inc/bootentry.inc.php b/modules-available/serversetup-bwlp-ipxe/inc/bootentry.inc.php
index 7b8fb4b5..614f5ee4 100644
--- a/modules-available/serversetup-bwlp-ipxe/inc/bootentry.inc.php
+++ b/modules-available/serversetup-bwlp-ipxe/inc/bootentry.inc.php
@@ -323,6 +323,8 @@ class CustomBootEntry extends BootEntry
{
if ($builder instanceof ScriptBuilderIpxe)
return $this->ipxe;
+ if ($builder instanceof ScriptBuilderBash)
+ return $this->bash;
return '';
}