diff options
author | Patel, Ankitkumar <ankit@research.att.com> | 2018-05-30 16:56:02 -0400 |
---|---|---|
committer | Patel, Ankitkumar <ankit@research.att.com> | 2018-05-30 16:57:20 -0400 |
commit | c31743af590754408eda42837198b23c56474ccd (patch) | |
tree | e99d572de74f1e81cbb9354da59112b906a9316b /osdfapp.sh | |
parent | e0833e0345df370b1d82c462caabbc36a0c341f4 (diff) |
Fixed the config dir and default policy scope2.0.0-ONAP2.0.0-ONAP
Fixed the config dir and default policy scope
Issue-ID: OPTFRA-247
Change-Id: Ie15aaaa7ac6357ddc9fc0dc262591e844001d927
Signed-off-by: Patel, Ankitkumar <ankit@research.att.com>
Diffstat (limited to 'osdfapp.sh')
-rwxr-xr-x | osdfapp.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -25,7 +25,7 @@ cd $(dirname $0) LOGS=logs mkdir -p $LOGS -export OSDF_CONFIG_FILE=${1:-/opt/app/osdf_config.yaml} # this file may be passed by invoker +export OSDF_CONFIG_FILE=${1:-/opt/app/config/osdf_config.yaml} # this file may be passed by invoker [ ! -e "$OSDF_CONFIG_FILE" ] && unset OSDF_CONFIG_FILE python osdfapp.py 2>$LOGS/err.log 1>$LOGS/out.log < /dev/null # running the app |