make stackrc return 0
This commit is contained in:
parent
ee6d4f3bb4
commit
eb5dea6138
1 changed files with 4 additions and 2 deletions
6
stackrc
6
stackrc
|
@ -35,5 +35,7 @@ OPENSTACKX_BRANCH=diablo
|
|||
MUNIN_REPO=https://github.com/cloudbuilders/openstack-munin.git
|
||||
MUNIN_BRANCH=master
|
||||
|
||||
# allow local overwrites
|
||||
[ -f ./localrc ] && source ./localrc
|
||||
# allow local overrides of env variables
|
||||
if [ -f ./localrc ]; then
|
||||
source ./localrc
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue