From 7a3ca61947cb9540eb41ded54315357222e9807c Mon Sep 17 00:00:00 2001 From: Fabio Erculiani Date: Sun, 4 Sep 2011 12:35:44 +0200 Subject: [PATCH] [scripts] remaster_post_common: do NOT exit 0 at the end, the file is sourced! --- scripts/remaster_post_common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/remaster_post_common.sh b/scripts/remaster_post_common.sh index c987d24..ae1b4ed 100755 --- a/scripts/remaster_post_common.sh +++ b/scripts/remaster_post_common.sh @@ -13,4 +13,4 @@ rm -f "${CHROOT_DIR}"/etc/entropy/.hw.hash # remove entropy pid file rm -f "${CHROOT_DIR}"/var/run/entropy/entropy.lock -exit 0 +# do not exit!! this file is sourced!