diff options
author | Sastry Isukapalli <sastry@research.att.com> | 2018-03-29 09:56:50 -0400 |
---|---|---|
committer | Sastry Isukapalli <sastry@research.att.com> | 2018-03-29 09:57:30 -0400 |
commit | a3454501ed37a571cf83ab1fc4e8daeaff230220 (patch) | |
tree | b75d67a21e33421415d6c8b9636cbeade18b1dc9 /osdfapp.sh | |
parent | 616d7ba3006001bc53c668e5a34ae943855c2295 (diff) |
Bring osdfapp into foreground
Issue-ID: OPTFRA-22
Change-Id: I0fb409460bd9a0e7a4485298865a29279b376e68
Signed-off-by: Sastry Isukapalli <sastry@research.att.com>
Diffstat (limited to 'osdfapp.sh')
-rwxr-xr-x | osdfapp.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -28,4 +28,4 @@ mkdir -p $LOGS export OSDF_CONFIG_FILE=${1:-/opt/app/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 +python osdfapp.py 2>$LOGS/err.log 1>$LOGS/out.log < /dev/null # running the app |