return 0 instead of exitting when installing from archive
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user