|
@@ -422,7 +422,7 @@ function mesh_install_ipfs_go {
|
422
|
422
|
fi
|
423
|
423
|
|
424
|
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
|
427
|
echo '[Unit]' > $IPFS_USER_DAEMON
|
428
|
428
|
echo 'Description=IPFS go daemon' >> $IPFS_USER_DAEMON
|