X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=common.sh;h=15cf2ecb59da0ffa4bf8e266198cfed9c35e2af4;hb=514ad1b0b8fea733bdf9dacfe8d9006aa882fd10;hp=169663202c6768fc1975aef4cb8bb70552f48ecf;hpb=d5e21b553c692948ec3710a5f1c1bc7dbabb6a62;p=bottlenecks.git 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