error correction

This commit is contained in:
qo-op 2020-12-07 14:44:49 +01:00
parent 466640cb91
commit 2ccbfaa344
1 changed files with 0 additions and 4 deletions

View File

@ -77,10 +77,6 @@ EOF
sudo cp -f /tmp/ipfs.service /etc/systemd/system/
sudo sed -i "s/_USER_/$USER/g" /etc/systemd/system/ipfs.service
## XBIAN
echo "CREATE init.d ipfs start/stop script"
cat > /tmp/ipfs.service <<EOF
[[ -d ~/.ipfs ]] && sudo chown -R $USER:$USER ~/.ipfs
sudo systemctl daemon-reload || err "Restart IPFS"