From: Daniel Baumann Date: Thu, 2 Sep 2010 17:14:23 +0000 (+0200) Subject: Exiting with 0 in live-boot bug script (Closes: #595262). X-Git-Tag: debian/2.0.3-1~2 X-Git-Url: http://git.grml.org/?p=live-boot-grml.git;a=commitdiff_plain;h=8bba39cd264ddcc60ba3f3d26a14c4ddfefc1d3d Exiting with 0 in live-boot bug script (Closes: #595262). --- diff --git a/debian/live-boot.bug-script b/debian/live-boot.bug-script index d56b035..4f327b1 100644 --- a/debian/live-boot.bug-script +++ b/debian/live-boot.bug-script @@ -11,3 +11,5 @@ dpkg -l loop-aes-utils curlftpfs genext2fs httpfs2 squashfs-tools mtd-tools # Checking other packages dpkg -l cryptsetup splashy usplash + +exit 0