From 94164d3807442084c490ab1e2fc51b0cfc3bc7b5 Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Sun, 21 Apr 2019 14:05:33 +0300 Subject: [PATCH] Updated OAuth2 (markdown) --- OAuth2.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OAuth2.md b/OAuth2.md index e10680b..5aaceab 100644 --- a/OAuth2.md +++ b/OAuth2.md @@ -94,7 +94,7 @@ Access Token URL: https://chat.example.com/oauth/token Save Changes. ### 4) Add Wekan settings -Copy below commands to `auth.sh` textfile and then run it with `bash auth.sh`. +Copy below commands to `auth.sh` textfile, make it executeable `chmod +x auth.sh` and run it with `./auth.sh`. ``` sudo snap set wekan oauth2-enabled='true' sudo snap set wekan oauth2-client-id='abcde12345'