Added missing exit 0

This commit is contained in:
Manfred Touron 2014-10-16 22:07:38 +00:00
parent 1a126603ed
commit 96c5dd7c41
1 changed files with 1 additions and 0 deletions

View File

@ -95,6 +95,7 @@ cli() {
;;
"build_image"|"patch_image"|"archive_target"|"prepare_nbd_volume"|"upgrade_image"|"clean_image")
eval $@
exit 0
;;
esac
echo >&2 "usage: [DEBUG=1] $0 (tarball|image)"