Search for ipfs_id

This commit is contained in:
Bob Mottram 2016-09-08 10:02:02 +01:00
parent 547a321d6c
commit 1b31a2dcda
No known key found for this signature in database
GPG Key ID: 0452CC7CEA982E38
1 changed files with 1 additions and 1 deletions

View File

@ -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"