diff --git a/src/freedombone-app-ipfs b/src/freedombone-app-ipfs index 9251a784..1441d0c5 100755 --- a/src/freedombone-app-ipfs +++ b/src/freedombone-app-ipfs @@ -434,7 +434,7 @@ function mesh_install_ipfs_go { echo '' >> $IPFS_USER_DAEMON echo '[Install]' >> $IPFS_USER_DAEMON echo 'WantedBy=default.target' >> $IPFS_USER_DAEMON - chroot ${rootdir} chown $MY_USERNAME:$MY_USERNAME /home/${MY_USERNAME}/.config/systemd/user/ipfs.service + chroot ${rootdir} chown -R $MY_USERNAME:$MY_USERNAME /home/${MY_USERNAME}/.config chroot ${rootdir} systemctl --user enable ipfs }