Procházet zdrojové kódy

Remove cryptpad datastore when resetting mesh identity

Bob Mottram před 7 roky
rodič
revize
76fc3d2148
1 změnil soubory, kde provedl 5 přidání a 0 odebrání
  1. 5
    0
      src/freedombone-image-mesh

+ 5
- 0
src/freedombone-image-mesh Zobrazit soubor

@@ -890,6 +890,11 @@ if [ -f $MESH_INSTALL_SETUP ]; then
890 890
         rm -rf /etc/openvpn/easy-rsa/keys/*
891 891
     fi
892 892
 
893
+    # Remove cryptpad datastore
894
+    if [ -d $CRYPTPAD_DIR/datastore ]; then
895
+        rm -rf $CRYPTPAD_DIR/datastore
896
+    fi
897
+
893 898
     echo $'Beginning mesh node setup' >> $INSTALL_LOG
894 899
 
895 900
     if [ -d /home/$MY_USERNAME/.config ]; then