summaryrefslogtreecommitdiffstats
path: root/tasks/build_core.task.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tasks/build_core.task.sh')
-rw-r--r--tasks/build_core.task.sh4
1 files changed, 3 insertions, 1 deletions
diff --git a/tasks/build_core.task.sh b/tasks/build_core.task.sh
index 5cdd3b1..73b2783 100644
--- a/tasks/build_core.task.sh
+++ b/tasks/build_core.task.sh
@@ -3,5 +3,7 @@ build_core_package_dependencies=""
build_core() {
local ME=build_core
echo " Building core"
- chroot-exec /root/bin/build-core.sh >> $BROOT_LOG.$ME
+ chroot-exec /root/bin/build-core.sh
+#>> $BROOT_LOG.$ME
+ destroyBindmounts
}