summaryrefslogtreecommitdiff
path: root/hscript/script_e.cc
diff options
context:
space:
mode:
Diffstat (limited to 'hscript/script_e.cc')
-rw-r--r--hscript/script_e.cc4
1 files changed, 4 insertions, 0 deletions
diff --git a/hscript/script_e.cc b/hscript/script_e.cc
index a58338e..5917b19 100644
--- a/hscript/script_e.cc
+++ b/hscript/script_e.cc
@@ -659,6 +659,10 @@ bool Script::execute() const {
EXECUTE_OR_FAIL("svcenable", svc)
}
+ if(internal->boot) {
+ EXECUTE_OR_FAIL("bootloader", internal->boot)
+ }
+
output_step_end("post-metadata");
return true;
}