Adjust indentation on bbb-record

This commit is contained in:
Leonardo Crauss Daronco 2017-10-10 09:06:21 -03:00
parent 58fe40dadd
commit 9d95e70651

View File

@ -78,7 +78,7 @@ mark_for_rebuild() {
done
# Restart processing at the 'sanity' step
redis-cli rpush resque:queue:rap:sanity "{\"class\":\"BigBlueButton::Resque::SanityWorker\",\"args\":[{\"meeting_id\":\"$MEETING_ID\"}]}"
redis-cli rpush resque:queue:rap:sanity "{\"class\":\"BigBlueButton::Resque::SanityWorker\",\"args\":[{\"meeting_id\":\"$MEETING_ID\"}]}"
}
mark_for_republish() {
@ -102,7 +102,7 @@ mark_for_republish() {
# Restart processing at the 'publish' step
redis-cli rpush resque:queue:rap:publish "{\"class\":\"BigBlueButton::Resque::PublishWorker\",\"args\":[{\"meeting_id\":\"$MEETING_ID\",\"format_name\":\"$type\"}]}"
done
done
}
need_root() {