From a103b000260f33701662e83e9fa396d5e091d470 Mon Sep 17 00:00:00 2001 From: Ark74 Date: Thu, 29 Apr 2021 10:41:43 -0500 Subject: [PATCH] Fix jbrecord variable --- quick_jibri_installer.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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