Fix permission in .ipfs folder

This commit is contained in:
poka 2020-05-17 19:58:54 +02:00
parent c0886ef06f
commit 958b7183d7
1 changed files with 2 additions and 0 deletions

View File

@ -70,6 +70,8 @@ sudo systemctl enable ipfs || err+="Enable IPFS daemon"
[[ $isLAN ]] && ipfs init -p lowpower \ [[ $isLAN ]] && ipfs init -p lowpower \
|| ipfs init -p server || ipfs init -p server
sudo chown -R $USER:$USER ~/.ipfs || exit 1
# ACTIVATE CONFIG OPTIONS # ACTIVATE CONFIG OPTIONS
########################################### ###########################################
### HYPER IMPORTANT !!!!!!! IMPORTANT ### HYPER IMPORTANT !!!!!!! IMPORTANT