BUG found

This commit is contained in:
qo-op 2021-06-04 05:27:31 +02:00
parent 624f59fb3c
commit aec8bfc7ba
1 changed files with 4 additions and 2 deletions

View File

@ -20,6 +20,7 @@ fi
######################################################################## ########################################################################
# Force Strict #swarm0 !!? # Force Strict #swarm0 !!?
rm -f /tmp/ipfstryme.* rm -f /tmp/ipfstryme.*
rm -f ~/.zen/A_Qm_swarm.txt
liking_me_count=0 liking_me_count=0
friend_of_mine_count=0 friend_of_mine_count=0
echo $(date) echo $(date)
@ -57,7 +58,8 @@ do
# GET $whoisg1 FROM $peerline # GET $whoisg1 FROM $peerline
## Remove Qm ipfs nodes ## Remove Qm ipfs nodes
[[ "${ipfsnodeid:0:2}" != "Qm" ]] && whoisg1=$(~/.zen/astrXbian/zen/tools/ipfs_to_g1.py $ipfsnodeid) || echo "$ipfsnodeid" >> ~/.zen/A_Qm_swarm.txt && continue [[ "${ipfsnodeid:0:2}" != "Qm" ]] && whoisg1=$(~/.zen/astrXbian/zen/tools/ipfs_to_g1.py $ipfsnodeid)
[[ ! $whoisg1 ]] && continue
# KEEPING LAST ipfstryme MESSAGES only # KEEPING LAST ipfstryme MESSAGES only
nbmessage=0 nbmessage=0