Bob Mottram 9 年之前
父節點
當前提交
e1db4e0380
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. 1
    1
      src/freedombone-meshweb

+ 1
- 1
src/freedombone-meshweb 查看文件

@@ -390,7 +390,7 @@ fi
390 390
 
391 391
 existing_ipfs=$(ps aux | grep ipfs | wc -l)
392 392
 if [ $existing_ipfs -lt "2" ]; then
393
-    ipfs daemon --mount &
393
+    ipfs daemon &
394 394
 fi
395 395
 
396 396
 ZERONET_INDEX=/home/$MY_USERNAME/mesh.html