瀏覽代碼

Remove cryptpad datastore when resetting mesh identity

Bob Mottram 7 年之前
父節點
當前提交
76fc3d2148
共有 1 個檔案被更改,包括 5 行新增0 行删除
  1. 5
    0
      src/freedombone-image-mesh

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

@@ -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