Commit 37c50b4
committed
fetch_bbb_video.sh: force using bash
The fetch_bbb_video.sh script uses bash specific constructs
On Ubuntu the default shell is dash.
By adding #!/bin/bash to the script we make sure that bash is used in
that case1 parent 0de73c1 commit 37c50b4
1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
1 | 2 | | |
2 | 3 | | |
3 | 4 | | |
| |||
0 commit comments