소스 검색

disable storage location

Bob Mottram 8 년 전
부모
커밋
54e77d2654
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1
    0
      src/freedombone-app-tahoelafs

+ 1
- 0
src/freedombone-app-tahoelafs 파일 보기

@@ -368,6 +368,7 @@ function install_tahoelafs {
368 368
         echo $'Unable to create storage node'
369 369
         exit 782523
370 370
     fi
371
+    sed -i "s|tub.location.*|tub.location = disabled|g" $TAHOELAFS_STORAGE_CONFIG
371 372
 
372 373
     su -c '/home/tahoelafs/tahoelafs/venv/bin/python2 /home/tahoelafs/tahoelafs/venv/bin/tahoe start /home/tahoelafs/storage' - tahoelafs
373 374
     create_tahoelafs_daemon "storage"