jibon57 / bbb-recorder

BigBlueButton recorder using puppeteer to export as webm or mp4 file & Live RTMP broadcasting
MIT License
260 stars 134 forks source link

use bash instead of sh #106

Closed EdJoPaTo closed 3 years ago

EdJoPaTo commented 3 years ago

most often sh is an alias for the default shell. fish for example is not fully compatible with bash which can result in strange behaviour. Explicitly stating bash is therefore less problematic on different systems.

jibon57 commented 3 years ago

Thank you!