Sequence
This commit is contained in:
parent
24ccc4d271
commit
d554d8abcf
|
@ -127,11 +127,11 @@ fi
|
||||||
|
|
||||||
# remove tox indentity
|
# remove tox indentity
|
||||||
if [ -d /home/$MY_USERNAME/.config/tox ]; then
|
if [ -d /home/$MY_USERNAME/.config/tox ]; then
|
||||||
shred -zu /home/$MY_USERNAME/.config/tox/*
|
|
||||||
if [ -d /home/$MY_USERNAME/.config/tox/chatlogs ]; then
|
if [ -d /home/$MY_USERNAME/.config/tox/chatlogs ]; then
|
||||||
shred -zu /home/$MY_USERNAME/.config/tox/chatlogs/*
|
shred -zu /home/$MY_USERNAME/.config/tox/chatlogs/*
|
||||||
rm -rf /home/$MY_USERNAME/.config/tox/chatlogs
|
rm -rf /home/$MY_USERNAME/.config/tox/chatlogs
|
||||||
fi
|
fi
|
||||||
|
shred -zu /home/$MY_USERNAME/.config/tox/*
|
||||||
fi
|
fi
|
||||||
|
|
||||||
userdel -r $MY_USERNAME
|
userdel -r $MY_USERNAME
|
||||||
|
|
Loading…
Reference in New Issue