bigbluebutton / docker

Docker files for BigBlueButton
GNU Lesser General Public License v3.0
370 stars 248 forks source link

fixed sed delimiter for CERTPATH and KEYPATH #144

Closed mghadam closed 3 years ago

mghadam commented 3 years ago

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

alangecker commented 3 years ago

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