diff options
author | Daniel Baumann <daniel@debian.org> | 2010-09-02 20:17:45 +0200 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2010-09-02 20:17:45 +0200 |
commit | 4c64496141d2fa61bb6ea63aeaa671b4673e5d04 (patch) | |
tree | 5a274377fc1282e33d867c1cc75acaec8b263371 | |
parent | 1f8a85e6f185bc4325871c0b51b11ec65df9e8a6 (diff) | |
download | vyos-live-build-4c64496141d2fa61bb6ea63aeaa671b4673e5d04.tar.gz vyos-live-build-4c64496141d2fa61bb6ea63aeaa671b4673e5d04.zip |
Exiting with 0 in live-boot bug script.
-rw-r--r-- | debian/live-build.bug-script | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/debian/live-build.bug-script b/debian/live-build.bug-script index a4c16c7db..b4b015308 100644 --- a/debian/live-build.bug-script +++ b/debian/live-build.bug-script @@ -14,3 +14,5 @@ if [ -e "${DEFAULT_SETTINGS}" ]; then else echo "${DEFAULT_SETTINGS} does not exist." fi + +exit 0 |