This commit is contained in:
Bob Mottram 2016-05-07 16:53:25 +01:00
parent 24ccc4d271
commit d554d8abcf
1 changed files with 1 additions and 1 deletions

View File

@ -127,11 +127,11 @@ fi
# remove tox indentity
if [ -d /home/$MY_USERNAME/.config/tox ]; then
shred -zu /home/$MY_USERNAME/.config/tox/*
if [ -d /home/$MY_USERNAME/.config/tox/chatlogs ]; then
shred -zu /home/$MY_USERNAME/.config/tox/chatlogs/*
rm -rf /home/$MY_USERNAME/.config/tox/chatlogs
fi
shred -zu /home/$MY_USERNAME/.config/tox/*
fi
userdel -r $MY_USERNAME