chown the user config directory
This commit is contained in:
parent
766502e1e2
commit
e9583d155e
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue