ipfs user daemon directory

This commit is contained in:
Bob Mottram 2016-09-03 17:05:25 +01:00
parent a1c6079341
commit 766502e1e2
1 changed files with 1 additions and 1 deletions

View File

@ -422,7 +422,7 @@ function mesh_install_ipfs_go {
fi
IPFS_USER_DAEMON=${rootdir}/home/${MY_USERNAME}/.config/systemd/user/ipfs.service
mkdir -p $IPFS_USER_DAEMON
mkdir -p ${rootdir}/home/${MY_USERNAME}/.config/systemd/user
echo '[Unit]' > $IPFS_USER_DAEMON
echo 'Description=IPFS go daemon' >> $IPFS_USER_DAEMON