[scripts] remaster_post_common: do NOT exit 0 at the end, the file is sourced!

This commit is contained in:
Fabio Erculiani 2011-09-04 12:35:44 +02:00
parent cae7d5b7e8
commit 7a3ca61947

View File

@ -13,4 +13,4 @@ rm -f "${CHROOT_DIR}"/etc/entropy/.hw.hash
# remove entropy pid file # remove entropy pid file
rm -f "${CHROOT_DIR}"/var/run/entropy/entropy.lock rm -f "${CHROOT_DIR}"/var/run/entropy/entropy.lock
exit 0 # do not exit!! this file is sourced!