ipfs user daemon directory
This commit is contained in:
parent
a1c6079341
commit
766502e1e2
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue