Skip to content

Commit

Permalink
Merge pull request bigbluebutton#30 from gugat/issue1177
Browse files Browse the repository at this point in the history
Delete presentations of recording when using bbb-record --delete
  • Loading branch information
ritzalam committed Mar 14, 2012
2 parents d8274e0 + 3ceb87f commit 1b04717
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bigbluebutton-config/bin/bbb-record
Original file line number Diff line number Diff line change
Expand Up @@ -217,6 +217,7 @@ if [ $DELETE ]; then
rm -rf /usr/share/red5/webapps/video/streams/$MEETING_ID
rm -f /var/bigbluebutton/deskshare/$MEETING_ID*.flv
rm -f /var/freeswitch/meetings/$MEETING_ID*.wav
rm -rf /var/bigbluebutton/$MEETING_ID

echo "deleting: $MEETING_ID"
else
Expand Down

0 comments on commit 1b04717

Please sign in to comment.