anon 7 년 전
부모
커밋
c569f59c0b
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      start_ipfs

+ 1 - 1
start_ipfs

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