count=$((count+1))

This commit is contained in:
qo-op 2020-05-22 23:38:57 +02:00
parent ae0dfdc48a
commit 619ece36eb
1 changed files with 3 additions and 2 deletions

View File

@ -59,7 +59,7 @@ do
echo "Refreshing /home/$YOU/.zen/ipfs_swarm/.$id ($count)"
rm -Rf /home/$YOU/.zen/ipfs_swarm/.$id
$MY_PATH/tools/timeout.sh -t 30 ipfs get --output=/home/$YOU/.zen/ipfs_swarm/ /ipns/$id
count=$((count+1))
#### IPFS SWARM - BLOB SHAPING CONTROL -
### CHECK Astroport Station Database Coherence?
@ -75,7 +75,8 @@ do
[[ ! $isMyFriend ]] && echo "WARNING! $count NOT my SSB Friend... $ssbID" # TODO Send sbotc message?
# TODO: PROD ACTIVATE # && ipfs swarm disconnect $peer && ipfs bootstrap rm $peer
## TODO: Use fail2ban if same node continue entering our swarm...
count=$((count+1))
done