Bob Mottram 9 years ago
parent
commit
d554d8abcf
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/freedombone-rmuser

+ 1
- 1
src/freedombone-rmuser View File

@@ -127,11 +127,11 @@ fi
127 127
 
128 128
 # remove tox indentity
129 129
 if [ -d /home/$MY_USERNAME/.config/tox ]; then
130
-    shred -zu /home/$MY_USERNAME/.config/tox/*
131 130
     if [ -d /home/$MY_USERNAME/.config/tox/chatlogs ]; then
132 131
         shred -zu /home/$MY_USERNAME/.config/tox/chatlogs/*
133 132
         rm -rf /home/$MY_USERNAME/.config/tox/chatlogs
134 133
     fi
134
+    shred -zu /home/$MY_USERNAME/.config/tox/*
135 135
 fi
136 136
 
137 137
 userdel -r $MY_USERNAME