chown -R $USER:$USER ~/.ipfs

This commit is contained in:
qo-op 2020-05-11 16:56:09 +02:00
parent 8496bd0ab5
commit 8148081d7b
1 changed files with 1 additions and 0 deletions

View File

@ -38,6 +38,7 @@ cd $MY_PATH
echo "INSTALL latest ipfs"
sudo ipfs-update install latest || err+="Install IPFS"
chown -R $USER:$USER ~/.ipfs
echo "CREATE SYSTEMD ipfs SERVICE"
curl -s https://git.p2p.legal/axiom-team/astroport/raw/master/.install/templates/ipfs/ipfs.service -o /tmp/ipfs.service