浏览代码

Safely remove previous tox identity

Bob Mottram 9 年前
父节点
当前提交
f8c28d5183
共有 1 个文件被更改,包括 3 次插入0 次删除
  1. 3
    0
      src/freedombone-image-mesh

+ 3
- 0
src/freedombone-image-mesh 查看文件

488
 
488
 
489
 	echo $'Clearing toxic client settings' >> $INSTALL_LOG
489
 	echo $'Clearing toxic client settings' >> $INSTALL_LOG
490
 	if [ -d /home/${MY_USERNAME}/.config/tox ]; then
490
 	if [ -d /home/${MY_USERNAME}/.config/tox ]; then
491
+		shred -zu /home/${MY_USERNAME}/.config/tox/*.tox
492
+		shred -zu /home/${MY_USERNAME}/.config/tox/*.db
493
+		shred -zu /home/${MY_USERNAME}/.config/tox/*.ini
491
 		rm -rf /home/${MY_USERNAME}/.config/tox
494
 		rm -rf /home/${MY_USERNAME}/.config/tox
492
 	fi
495
 	fi
493
 	echo $'toxic client configured' >> $INSTALL_LOG
496
 	echo $'toxic client configured' >> $INSTALL_LOG