|
@@ -6,7 +6,7 @@ export IPFS_PATH=/data/ipfs
|
|
|
ipfs version
|
|
ipfs version
|
|
|
|
|
|
|
|
if [ -e "$IPFS_PATH/config" ]; then
|
|
if [ -e "$IPFS_PATH/config" ]; then
|
|
|
- echo "Found IPFS fs-repo at $repo"
|
|
|
|
|
|
|
+ echo "Found IPFS fs-repo at $IPFS_PATH"
|
|
|
else
|
|
else
|
|
|
ipfs init
|
|
ipfs init
|
|
|
ipfs config --json Experimental.FilestoreEnabled true
|
|
ipfs config --json Experimental.FilestoreEnabled true
|