Skip to content

Commit 83006b0

Browse files
committed
removed 'set -e' that was preventing bbb-record --debug from processing more log files
1 parent fe78f96 commit 83006b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bigbluebutton-config/bin/bbb-record

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
# 2012-02-27 GUG Add option to delete one meeting and recording
2727
# 2012-08-13 GUG Republish recording
2828

29-
set -e
29+
#set -e
3030
#set -x
3131

3232
BASE=/var/bigbluebutton/recording

0 commit comments

Comments
 (0)