forked from switnet/quick-jibri-installer
Fix jbrecord variable
This commit is contained in:
parent
5a3afe5f3b
commit
a103b00026
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue