Browse Source

ipfs user daemon directory

Bob Mottram 8 years ago
parent
commit
766502e1e2
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/freedombone-app-ipfs

+ 1
- 1
src/freedombone-app-ipfs View File

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