diff --git a/README.md b/README.md index b0e35a6..3082511 100644 --- a/README.md +++ b/README.md @@ -92,7 +92,7 @@ Feel free to use our `test-jibri-env.sh` tool to find some details on your curre ## Custom changes * Start with video muted by default * Start with audio muted but moderator -* Set displayname as not required since jibri can't set it up. +* Set pre-join screen by default. ## Documentation diff --git a/quick_jibri_installer.sh b/quick_jibri_installer.sh index 5ad578e..8132bcf 100644 --- a/quick_jibri_installer.sh +++ b/quick_jibri_installer.sh @@ -1144,7 +1144,7 @@ if [ "$DISABLE_LOCAL_JIBRI" = "yes" ]; then systemctl disable jibri-xorg systemctl disable jibri-icewm # Manually apply permissions since finalize_recording.sh won't be triggered under this server options. - chmod -R 770 $RECORDINGS_DIR + chmod -R 770 $DIR_RECORD fi enable_letsencrypt