[Install] Fix ipfs user permissions

This commit is contained in:
poka 2020-05-20 21:24:32 +02:00
parent 16d34f08e4
commit 95088fd166
1 changed files with 2 additions and 1 deletions

View File

@ -80,10 +80,11 @@ sudo systemctl daemon-reload || err "Restart IPFS"
sudo systemctl enable ipfs || err "Enable IPFS daemon"
# INIT ipfs
sudo chown -R $USER:$USER ~/.ipfs || exit 1
[[ $isLAN ]] && ipfs init -p lowpower \
|| ipfs init -p server
sudo chown -R $USER:$USER ~/.ipfs || exit 1
###########################################
# ACTIVATE IPFS OPTIONS: #swarm0 INIT
###########################################