Skip to content
Snippets Groups Projects
Commit 3333eb9e authored by Trile Ro's avatar Trile Ro
Browse files

[IPFS] Make sure to give it a clean up to the repo before starting

parent 2294d800
No related branches found
No related tags found
No related merge requests found
......@@ -18,6 +18,8 @@ ipfs config Swarm.ConnMgr.LowWater --json 20
ipfs config Swarm.ConnMgr.HighWater --json 40
ipfs config show
echo "Cleaning up the repo"
ipfs repo gc
echo "Adding /data/staging to IPFS..."
ipfs add --pin=true --recursive --nocopy --cid-version 1 /data/staging
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment