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

Still remove any ssb files

parent 7d95ea0e
No related branches found
No related tags found
No related merge requests found
......@@ -1365,6 +1365,11 @@ if [ -f $MESH_INSTALL_SETUP ]; then
rm $INSTALL_LOG
fi
# Remove SSB files
if [ -d "/home/$MY_USERNAME/.ssb" ]; then
rm -rf "/home/$MY_USERNAME/.ssb"
fi
# Remove vpn host keys
if [ -d /etc/openvpn/easy-rsa/keys ]; then
rm -rf /etc/openvpn/easy-rsa/keys/*
......
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