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:
Calvin Walton 2015-03-11 11:01:53 -04:00
parent a7e9db483b
commit 789c55d462

View File

@ -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() {