Skip to content
Snippets Groups Projects
Commit bf8543e5 authored by Bob Mottram's avatar Bob Mottram
Browse files

Remove ssb files when reseting mesh identity

parent 87948da6
No related branches found
No related tags found
No related merge requests found
......@@ -589,6 +589,11 @@ if [ -f $MESH_INSTALL_SETUP ]; then
rm $INSTALL_LOG
fi
# Remove SSB/Patchwork files
if [ -d /home/$MY_USERNAME/.ssb ]; then
rm -rf /home/$MY_USERNAME/.ssb
fi
echo $'Beginning mesh node setup' >> $INSTALL_LOG
if [ -d /home/$MY_USERNAME/.config ]; then
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment