From 95088fd166d8134fca5ff1b820989a1bf6147479 Mon Sep 17 00:00:00 2001 From: poka Date: Wed, 20 May 2020 21:24:32 +0200 Subject: [PATCH] [Install] Fix ipfs user permissions --- .install/ipfs_alone.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.install/ipfs_alone.sh b/.install/ipfs_alone.sh index 3795015..671f377 100644 --- a/.install/ipfs_alone.sh +++ b/.install/ipfs_alone.sh @@ -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 ###########################################