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