remove old md5sum tests
[cloudstore.git] / remove-user.sh
index bc143bc..1b683e0 100755 (executable)
@@ -15,3 +15,4 @@ if dir=`grep ":$email:" $passwd | cut -d: -f6` ; then
        grep -v ":$email:" $passwd > $passwd.new && mv $passwd.new $passwd
 fi
 
+find $SLICE/md5/ -links 1 -exec rm -fv {} \;