瀏覽代碼

Home directory

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

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

@@ -11,12 +11,11 @@ PEERS_FILE=/tmp/meshwebstart
11 11
 ZERONET_REPO='https://github.com/bashrc/ZeroNet'
12 12
 ZERONET_BLOG_REPO='https://github.com/HelloZeroNet/ZeroBlog'
13 13
 ZERONET_FORUM_REPO='https://github.com/HelloZeroNet/ZeroBoard'
14
-ZERONET_DIR=~/zeronet
15 14
 ZERONET_URL=http://127.0.0.1:43110
16 15
 ZERONET_PORT=15441
17 16
 TRACKER_PORT=6969
18
-
19 17
 MY_USERNAME=$USER
18
+ZERONET_DIR=/home/$MY_USERNAME/zeronet
20 19
 
21 20
 function install_zeronet_blog {
22 21
     if [ ! -f /home/$MY_USERNAME/README ]; then