浏览代码

ipfs user daemon directory

Bob Mottram 9 年前
父节点
当前提交
766502e1e2
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      src/freedombone-app-ipfs

+ 1
- 1
src/freedombone-app-ipfs 查看文件

422
     fi
422
     fi
423
 
423
 
424
     IPFS_USER_DAEMON=${rootdir}/home/${MY_USERNAME}/.config/systemd/user/ipfs.service
424
     IPFS_USER_DAEMON=${rootdir}/home/${MY_USERNAME}/.config/systemd/user/ipfs.service
425
-    mkdir -p $IPFS_USER_DAEMON
425
+    mkdir -p ${rootdir}/home/${MY_USERNAME}/.config/systemd/user
426
 
426
 
427
     echo '[Unit]' > $IPFS_USER_DAEMON
427
     echo '[Unit]' > $IPFS_USER_DAEMON
428
     echo 'Description=IPFS go daemon' >> $IPFS_USER_DAEMON
428
     echo 'Description=IPFS go daemon' >> $IPFS_USER_DAEMON