bigbluebutton / bbb-install

BASH script to install BigBlueButton in 30 minutes.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

illegal option -l

YouAreALegend opened this issue · comments

I saw in the document that only deploying certificates can use the - l parameter, but when I use this parameter, the command line will prompt an error:
bash: illegal option -- l
bbb-install: Invalid option: -

Hey @YouAreALegend

Which version of BBB were you installing? Could you add here the full command (feel free to mask the email / domain)

BBB VERSION:2.6
wget -qO- https://ubuntu.bigbluebutton.org/bbb-install-2.6.sh | bash -s -- -v focal-260 -s XXX -e XXX@XX -l

There isn't a -I option in the installer.

https://github.com/bigbluebutton/bbb-install/blob/master/bbb-install-2.6.sh#L47

I saw in the document that only deploying certificates can use the - l parameter,

Can you post the link where you saw this option specified.

-l Only install Let's Encrypt certificate (not BigBlueButton)

That is a lowercase L whereas you trying to pass a lowercase I.

wget -qO- https://ubuntu.bigbluebutton.org/bbb-install-2.6.sh | bash -s -- -v focal-260 -s XXX -e XXX@XX -l

According to https://convertcase.net/ the above was a lowercase L, not an uppercase i. So from what I see @YouAreALegend is passing a valid -l command (lower case L)