clean up before re-creating user index

This commit is contained in:
Kai Hendry
2011-11-16 14:07:55 +00:00
parent e401ae0207
commit 56f60d44b7

View File

@@ -81,7 +81,7 @@ else
fi
cd $oldpwd; ./users.sh > users.shtml
# Clean up in case it went wrong (trying to retrieve from an account with protected tweets)
# Clean up in case it went wrong (e.g. trying to retrieve from an account with protected tweets)
test -s $oldpwd/u/$id/$id.txt || rm -rf $oldpwd/u/$id
cd $oldpwd; ./users.sh > users.shtml