Fix jbrecord variable

This commit is contained in:
Luis Guzmán 2021-04-29 10:41:43 -05:00
parent 5a3afe5f3b
commit a103b00026
1 changed files with 1 additions and 1 deletions

View File

@ -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