From d2c76c6120e6f8e7ca1ed16b76dffa711f5b2982 Mon Sep 17 00:00:00 2001
From: Fred Dixon <ffdixon@gmail.com>
Date: Thu, 25 Oct 2012 18:49:18 -0700
Subject: [PATCH] Fixed typo in cut and paste

---
 bigbluebutton-config/bin/bbb-record | 2 --
 1 file changed, 2 deletions(-)

diff --git a/bigbluebutton-config/bin/bbb-record b/bigbluebutton-config/bin/bbb-record
index 35d6e9b862..76e6a915d1 100755
--- a/bigbluebutton-config/bin/bbb-record
+++ b/bigbluebutton-config/bin/bbb-record
@@ -350,8 +350,6 @@ if [ -z $HEAD ]; then
 	HEAD=99999
 fi
 
-/var/bigbluebutton/recording/raw$ cat /tmp/t | sort -t - -k 2 -r| uniq
-
 tmp_file=$(mktemp)
 ls -t /var/bigbluebutton | grep "[0-9]\{13\}$" | head -n $HEAD > $tmp_file
 ls -t /var/bigbluebutton/recording/raw | grep "[0-9]\{13\}$" | head -n $HEAD >> $tmp_file
-- 
GitLab