Search for ipfs_id
This commit is contained in:
parent
547a321d6c
commit
1b31a2dcda
|
@ -151,7 +151,7 @@ function ipfs_bootstrap {
|
|||
state=2
|
||||
fi
|
||||
fi
|
||||
if [[ $line == *"IPFS"* && $line == "= "* ]]; then
|
||||
if [[ $line == *"ipfs_id"* && $line == "= "* ]]; then
|
||||
state=1
|
||||
fi
|
||||
done < "$TEMPFILE"
|
||||
|
|
Loading…
Reference in New Issue