Fix jibri recording path variable #46

Merged
Ark74 merged 2 commits from unstable into master 2021-04-29 15:43:20 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit a103b00026 - Show all commits

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