Safely remove previous tox identity
This commit is contained in:
parent
d5e5d26d06
commit
f8c28d5183
|
@ -488,6 +488,9 @@ function configure_toxcore {
|
|||
|
||||
echo $'Clearing toxic client settings' >> $INSTALL_LOG
|
||||
if [ -d /home/${MY_USERNAME}/.config/tox ]; then
|
||||
shred -zu /home/${MY_USERNAME}/.config/tox/*.tox
|
||||
shred -zu /home/${MY_USERNAME}/.config/tox/*.db
|
||||
shred -zu /home/${MY_USERNAME}/.config/tox/*.ini
|
||||
rm -rf /home/${MY_USERNAME}/.config/tox
|
||||
fi
|
||||
echo $'toxic client configured' >> $INSTALL_LOG
|
||||
|
|
Loading…
Reference in New Issue