rm -Rf, not rmdir

This commit is contained in:
Evan Prodromou 2009-06-23 11:43:20 -07:00
parent 83b5e6be02
commit 0032fa28f0
1 changed files with 1 additions and 1 deletions

View File

@ -17,5 +17,5 @@ delete from status_network where nickname = '$nickname';
ENDOFCOMMANDS
for top in $AVATARBASE $FILEBASE $BACKGROUNDBASE; do
rmdir $top/$nickname
rm -Rf $top/$nickname
done