return 0 instead of exitting when installing from archive

This commit is contained in:
Adam Gandelman
2011-09-26 16:06:17 -07:00
parent 41062f60ee
commit cc445375e7
2 changed files with 2 additions and 2 deletions

View File

@@ -90,7 +90,7 @@ function setup_storage {
}
function add_ppa {
[[ $PPA == "distro" ]] && exit 0
[[ $PPA == "distro" ]] && return 0
. /etc/lsb-release
[[ -z $PPA ]] && return 0
[[ $PPA == "milestone" ]] && PPA="release"

View File

@@ -1,6 +1,6 @@
ensemble: formula
name: swift-storage
revision: 24
revision: 25
summary: "Swift storage node"
description: |
Contains swift-object, swift-container and swift-account servers.