Better to reset trap and explicitly exit success

MFC after:	3 days
X-MFC-to:	stable/10
This commit is contained in:
dteske 2015-09-11 21:12:41 +00:00
parent cf27eb785e
commit d06c7f4aee

View File

@ -129,7 +129,8 @@ bsdinstall umount
f_dprintf "Installation Completed at %s" "$( date )"
trap true EXIT
trap - EXIT
exit $SUCCESS
################################################################################
# END