From 055a6e5793a3179bc5a8c4044a49b415961169a9 Mon Sep 17 00:00:00 2001 From: Kai Hendry Date: Sun, 13 Nov 2011 22:47:25 +0100 Subject: [PATCH] removed failed fetches --- create.cgi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/create.cgi b/create.cgi index 5c81579..587a520 100755 --- a/create.cgi +++ b/create.cgi @@ -84,4 +84,4 @@ fi cd $oldpwd; ./users.sh > users.shtml # Clean up in case it went wrong (trying to retrieve from an account with protected tweets) -#test -f $oldpwd/u/$id.txt || rm -rf $oldpwd/u/$id +test -s $oldpwd/u/$id/$id.txt || rm -rf $oldpwd/u/$id