diff --git a/pym/cl_builder.py b/pym/cl_builder.py index 0454986..d84e542 100644 --- a/pym/cl_builder.py +++ b/pym/cl_builder.py @@ -242,6 +242,7 @@ class cl_builder(color_print): # run dispatch conf interactive os.system("chroot %s /bin/bash -c '/usr/sbin/dispatch-conf'"% distrPath) + self.printByResult(True); def prepareSourceDistributive(self,distr): """Unmount all bind,proc mount points from source distribute"""