Browse Source

Remove maildir for tox

Bob Mottram 9 years ago
parent
commit
d04277dbae
1 changed files with 4 additions and 0 deletions
  1. 4
    0
      src/freedombone

+ 4
- 0
src/freedombone View File

@@ -8529,6 +8529,10 @@ function install_tox_node {
8529 8529
       echo "File not found $INSTALL_DIR/toxcore/other/bootstrap_daemon/tox-bootstrapd.conf"
8530 8530
       exit 476835
8531 8531
   fi
8532
+  # remove Maildir
8533
+  if [ -d /var/lib/tox-bootstrapd/Maildir ]; then
8534
+      rm -rf /var/lib/tox-bootstrapd/Maildir
8535
+  fi
8532 8536
 
8533 8537
   # create configuration file
8534 8538
   echo "port = $TOX_PORT" > /etc/tox-bootstrapd.conf