summaryrefslogtreecommitdiffstats
path: root/core/includes/chroot.inc
diff options
context:
space:
mode:
Diffstat (limited to 'core/includes/chroot.inc')
-rw-r--r--core/includes/chroot.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/includes/chroot.inc b/core/includes/chroot.inc
index d5a404c5..2799b23b 100644
--- a/core/includes/chroot.inc
+++ b/core/includes/chroot.inc
@@ -171,6 +171,7 @@ chroot_handle_whiteouts() {
rm -f -- "$WHITEOUT" || perror "Could not delete whiteout $WHITEOUT!"
done
[ -s "$WHITEOUT_LIST" ] && pinfo "Whiteout list dumped to '${CHROOT_UPPERDIR}/overlay.whiteout.list'"
+ return 0
}
###############################################################################