make stackrc return 0

This commit is contained in:
Anthony Young 2011-09-28 15:24:57 -07:00
parent ee6d4f3bb4
commit eb5dea6138

View file

@ -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