bigbluebutton / bbb-install

BASH script to install BigBlueButton in 30 minutes.
GNU Lesser General Public License v3.0
615 stars 538 forks source link

Add sudo to ensure bigbluebutton.asc can be created #742

Closed antobinary closed 3 months ago

antobinary commented 3 months ago

Related to https://github.com/bigbluebutton/bbb-install/commit/9e8778fab4e751ef1eeac6deccc7106957cee1c5

Adding sudo in front of tee command to ensure the .asc file can be created. This was an issue when running the script as a non-root user.