diff --git a/src/freedombone-app-ipfs b/src/freedombone-app-ipfs index d6cb7a4f..9251a784 100755 --- a/src/freedombone-app-ipfs +++ b/src/freedombone-app-ipfs @@ -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