bigbluebutton / bbb-install

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

keep individual presentation after update #667

Open mokkin opened 1 year ago

mokkin commented 1 year ago

After updating BBB with the script the default presentation is always set again to the default.pdf delivered by BBB.

Please add an option to make this persistent or keep the PDF.

ffdixon commented 1 year ago

If you want to re-apply, you could create a BASH script with the file name

/usr/lib/bbb-conf/apply-config.sh

and copy your presentation over the default. This script gets run by bbb-conf after each restart (which is run by bbb-install-2.6.sh). See https://docs.bigbluebutton.org/administration/customize/#preserving-customizations-using-apply-confsh.