summaryrefslogtreecommitdiffstats
path: root/common.sh
diff options
context:
space:
mode:
authoryaoguang wang <sunshine.wang@huawei.com>2016-04-26 01:33:20 +0000
committerGerrit Code Review <gerrit@172.30.200.206>2016-04-26 01:33:20 +0000
commit4488b9d07f45c54d81f44913c9f5ec6f9bfe6086 (patch)
treecd3e825ddc8551cf6b60750fb16deb5ac00876ae /common.sh
parent911d39ce7a8b45ab8b6d7dd2ef1feb1a30ca4646 (diff)
parent514ad1b0b8fea733bdf9dacfe8d9006aa882fd10 (diff)
Merge "obtain openstack creds in container"
Diffstat (limited to 'common.sh')
-rwxr-xr-xcommon.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/common.sh b/common.sh
index 16966320..15cf2ecb 100755
--- a/common.sh
+++ b/common.sh
@@ -12,7 +12,7 @@ mkdir -p /home/opnfv/bottlenecks/config
config_file=/home/opnfv/bottlenecks/config/bottlenecks_cfg.yaml
if [ ! -f ${config_file} ]; then
- default_config_file=$(find /home/opnfv/repos -name bottlenecks_cfg.yaml)
+ default_config_file=$(find /home/opnfv -name bottlenecks_cfg.yaml)
cp $default_config_file $config_file
echo "bottlenecks_cfg.yaml not provided. Using default one"
fi