소스 검색

Remove maildir for tox

Bob Mottram 9 년 전
부모
커밋
d04277dbae
1개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  1. 4
    0
      src/freedombone

+ 4
- 0
src/freedombone 파일 보기

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