Skip to content

fixed sed delimiter for CERTPATH and KEYPATH#144

Merged
alangecker merged 1 commit into
bigbluebutton:developfrom
mghadam:patch-1
Oct 5, 2021
Merged

fixed sed delimiter for CERTPATH and KEYPATH#144
alangecker merged 1 commit into
bigbluebutton:developfrom
mghadam:patch-1

Conversation

@mghadam

@mghadam mghadam commented Aug 2, 2021

Copy link
Copy Markdown
Contributor

need to use another delimiter rather than / since the $CERTPATH and $KEYPATH variables contain / in the full path and cause the following error

`sed: -e expression #1, char 50: unknown option to `s'

fixes #137

need to use another delimiter rather than `/` since the $CERTPATH and $KEYPATH variables contain `/` in the full path and cause the following error
```
`sed: -e expression #1, char 50: unknown option to `s'
```
@alangecker

Copy link
Copy Markdown
Collaborator

thanks for the PR!
and sorry for the longer delay :)

@alangecker alangecker merged commit 2b9c081 into bigbluebutton:develop Oct 5, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Cannot configure path for coturn certificates if HTTPS Proxy is disabled

2 participants