From e6dce5a44b9c477bf772576e83be45941314fd3e Mon Sep 17 00:00:00 2001 From: qo-op Date: Sun, 6 Dec 2020 21:43:10 +0100 Subject: [PATCH] ~/.zen/A_allow_ip.txt contains IP of my friends --- zen/ipfs_SWARM_refresh.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zen/ipfs_SWARM_refresh.sh b/zen/ipfs_SWARM_refresh.sh index 3b33498..7c78a66 100755 --- a/zen/ipfs_SWARM_refresh.sh +++ b/zen/ipfs_SWARM_refresh.sh @@ -45,7 +45,7 @@ do timestamp=$(date -u +%s%N | cut -b1-13) echo "$nowdate - $id - $ip" - foundIp=$(cat ~/.zen/allow_ip.txt | grep "$ip" | wc -l) + foundIp=$(cat ~/.zen/A_allow_ip.txt | grep "$ip" | wc -l) if [ "$foundIp" -eq 0 ] ; then echo "${ip} of peer ${id} is not in the authorized ip list."