Sequence
This commit is contained in:
parent
24ccc4d271
commit
d554d8abcf
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue