better output when leaving chrooted execution

This commit is contained in:
levasseur
2021-10-25 15:16:19 +02:00
parent c7900a8911
commit e1694d12cf
2 changed files with 2 additions and 1 deletions

View File

@@ -118,6 +118,8 @@ fi
if [[ -n $CHROOT_PATH && -z $CHROOT_DONE ]]; then
chroot_bootstrap $@
prnt I "Fin normale d'execution chrootée !"
exit 0
fi
load_autoconf