blindsidenetworks / scalelite

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

Remove '.sh' from scalelite_prune_recordings such that it actually gets executed by cron #1055

Closed Ithanil closed 6 months ago

Ithanil commented 6 months ago

Having a dot in a filename prevents execution by cron when put under /etc/cron directories. Therefore, this PR removes the .shextension from the filename. Also, a short README section is added.

See https://github.com/blindsidenetworks/scalelite/issues/1044 for further details regarding the cron behavior.

Fixed issues

https://github.com/blindsidenetworks/scalelite/issues/1044

Note

This will break any automated build scripts relying on the old filename to download the script from the repo. However, I assume in many cases they didn't rename the file and thus the script didn't do anything anyway.

ffdixon commented 5 months ago

Thanks @Ithanil - much appreciated.