diff options
author | Daniel Baumann <daniel@debian.org> | 2010-09-02 20:17:45 +0200 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 19:17:20 +0100 |
commit | 34247ed92c93bbd79f8e8d9f79ff0cefa748344e (patch) | |
tree | 5a274377fc1282e33d867c1cc75acaec8b263371 /debian | |
parent | 621c8eff53d99aa99a099d64657e4da709c7254e (diff) | |
download | vyos-live-build-34247ed92c93bbd79f8e8d9f79ff0cefa748344e.tar.gz vyos-live-build-34247ed92c93bbd79f8e8d9f79ff0cefa748344e.zip |
Exiting with 0 in live-boot bug script.
Diffstat (limited to 'debian')
-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 |