Problem in Oauth Advanced Git Hub Sample

Not applicable

Hi All,

I was trying to upload OAuth Advanced Git hub sample in APIGEE. I found that there is some extra '>' sign in files provision-login-app.sh & provision-webserver.sh at line no 36 & 40.

File Location :

OAuth Advanced Git Hub Sample

Seems like a bug. Can you please check and let us know, because when I removed this it worked otherwise it was throwing error.

Attaching Screen- shots from git hub page.

Please correct me if I am wrong.

1723-login-app.png

1724-webserver-app.png

0 1 134
1 REPLY 1

It looks to me like just redirecting stderr to /dev/null. Unless I'm missing something in the post, and depending on your error, you may wish to try redirecting to a log 2> mylog.log or just omitting and the 2> and stderr output will display the output should an error show.