Fix bbb-record --republish
With the new rap worker, it has to recreate the processed done file in order to trigger the publishing step.
This commit is contained in:
parent
a7e9db483b
commit
789c55d462
@ -94,6 +94,7 @@ mark_for_republish() {
|
||||
rm -rf /var/bigbluebutton/unpublished/$type/$MEETING_ID
|
||||
fi
|
||||
done
|
||||
touch $STATUS/processed/$MEETING_ID.done
|
||||
}
|
||||
|
||||
need_root() {
|
||||
|
Loading…
Reference in New Issue
Block a user