Skip to content
This repository was archived by the owner on Mar 22, 2023. It is now read-only.

Commit c045c43

Browse files
committed
Fix missing character
1 parent 6d21bf1 commit c045c43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_posts/2019-02-14-customize.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -384,7 +384,7 @@ There is now logic in `bbb-conf` to look for a BASH script at `/etc/bigbluebutto
384384
You can then put your configuration changes in `apply-config.sh` to ensure they are automatically applied. Here's a sample `apply-config.sh` script
385385

386386
```sh
387-
!/bin/bash
387+
#!/bin/bash
388388

389389
# Pull in the helper functions for configuring BigBlueButton
390390
source /etc/bigbluebutton/bbb-conf/apply-lib.sh

0 commit comments

Comments
 (0)