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.15-1~42 X-Git-Url: http://git.grml.org/?a=commitdiff_plain;ds=sidebyside;h=f6f3b5de7d49571348881578b8f7e05ce7a46d3b;p=live-boot-grml.git 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