X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=docker%2Fnfvbench-entrypoint.sh;h=ed98ced4b03e4c43d90061c3e1767302f088bad7;hb=c5c27a690fe8ce01f047330327e5bff3afb048bd;hp=9d6d3aec3412c707581e5d9bd7ac4bcbd2da4e42;hpb=666f8c435109569e9ea643d4a59cb3b4c2f09e0b;p=nfvbench.git diff --git a/docker/nfvbench-entrypoint.sh b/docker/nfvbench-entrypoint.sh index 9d6d3ae..ed98ced 100755 --- a/docker/nfvbench-entrypoint.sh +++ b/docker/nfvbench-entrypoint.sh @@ -24,16 +24,10 @@ else if [ -n "$PORT" ]; then PARAMS+=" --port $PORT" fi - if [ -n "$OPENRC" ]; then - if [ -f "$OPENRC" ]; then - PARAMS+=" -c \"openrc_file: $OPENRC\"" - else - echo "Aborting... Openrc config file cannot be found in the given path: $OPENRC" - exit 1 + if [ -n "$CONFIG_FILE" ]; then + if [ -f "$CONFIG_FILE" ]; then + PARAMS+=" -c $CONFIG_FILE" fi - else - echo "Aborting... Openrc config path is absent" - exit 1 fi eval "nfvbench $PARAMS" fi \ No newline at end of file