blindsidenetworks / scalelite

Scalable load balancer for BigBlueButton.
GNU Affero General Public License v3.0
470 stars 247 forks source link

init-recordings-bigbluebutton.sh fixes #777

Open JeanPluzo opened 2 years ago

JeanPluzo commented 2 years ago

Describe the bug There are some small bugs in the script init-recordings-bigbluebutton.sh, namely:

To Reproduce run the script with parameters.

Deployment:

  1. Deployment: docker-compose
  2. Versions: BBB 2.4.6, Scalelite 1.3.2, Docker Engine 20.10.14, docker-compose 1.29.2, Ubuntu 18.04
  3. Tools used for reproducing the issue: script, trial-and-error

Steps to reproduce the behavior: Executed script with parameters (init-recordings-bigbluebutton.sh -s scalelite.server -p 1234 -u some-user -r some-id_rsa). -r and -p parameters were not taken into account.

Expected behavior -p and -r parameters should change the port and the name of the id_rsa file.

Additional context I changed these lines and everything worked:

Thanks!

Regards,

J.

JeanPluzo commented 1 year ago

I just upgraded SL to 1.4.2. I noticed these fixes are not included in this version (1.4.2) nor in the latest (1.5.1). Just commenting/bumping hoping these fixes are merged. @jfederico could you take a look? Porfa y gracias!