Bring osdfapp into foreground 69/40169/1
authorSastry Isukapalli <sastry@research.att.com>
Thu, 29 Mar 2018 13:56:50 +0000 (09:56 -0400)
committerSastry Isukapalli <sastry@research.att.com>
Thu, 29 Mar 2018 13:57:30 +0000 (09:57 -0400)
Issue-ID: OPTFRA-22
Change-Id: I0fb409460bd9a0e7a4485298865a29279b376e68
Signed-off-by: Sastry Isukapalli <sastry@research.att.com>
osdfapp.sh

index 15251a6..aa0aba5 100755 (executable)
@@ -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