make stackrc return 0
This commit is contained in:
parent
ee6d4f3bb4
commit
eb5dea6138
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…
x
Reference in New Issue
Block a user