Fix jibri recording path variable
This commit is contained in:
Luis Guzman 2021-04-29 10:43:19 -05:00 committed by GitHub
commit 18909e606f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -92,7 +92,7 @@ Feel free to use our `test-jibri-env.sh` tool to find some details on your curre
## Custom changes ## Custom changes
* Start with video muted by default * Start with video muted by default
* Start with audio muted but moderator * 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 ## Documentation

View File

@ -1144,7 +1144,7 @@ if [ "$DISABLE_LOCAL_JIBRI" = "yes" ]; then
systemctl disable jibri-xorg systemctl disable jibri-xorg
systemctl disable jibri-icewm systemctl disable jibri-icewm
# Manually apply permissions since finalize_recording.sh won't be triggered under this server options. # 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 fi
enable_letsencrypt enable_letsencrypt