This commit is contained in:
qo-op 2020-05-04 22:11:13 +02:00
parent 54464e4a27
commit 311a1868a4
2 changed files with 2 additions and 2 deletions

View File

@ -66,7 +66,7 @@ do
# TEST if SWARM already made it.
$MY_PATH/ipfs_SWARM_refresh.sh
CHECKSWARM=$(grep -Rwl "$timestamp" ~/.zen/ipfs_swarm/.Qm*/TAG/*/_tag.zensource | tail -n 1 | cut -f 4 -d '/')
CHECKSWARM=$(grep -Rwl "$timestamp" ~/.zen/ipfs_swarm/.Qm*/TAG/*/_tag.zensource | tail -n 1 | cut -f 6 -d '/')
[[ $CHECKSWARM ]] && echo "$timestamp ALREADY on NODE $CHECKSWARM. CONTINUE" && continue
msg_root=$(printf %s "$msg" | jq -r .value.content.root)

View File

@ -64,7 +64,7 @@ do
# TEST if SWARM already made it.
$MY_PATH/ipfs_SWARM_refresh.sh
CHECKSWARM=$(grep -Rwl "$timestamp" ~/.zen/ipfs_swarm/.Qm*/TAG/*/_tag.zensource | tail -n 1 | cut -f 4 -d '/')
CHECKSWARM=$(grep -Rwl "$timestamp" ~/.zen/ipfs_swarm/.Qm*/TAG/*/_tag.zensource | tail -n 1 | cut -f 6 -d '/')
[[ $CHECKSWARM ]] && echo "$timestamp ALREADY on NODE $CHECKSWARM. CONTINUE" && continue
msg_root=$(printf %s "$msg" | jq -r .value.content.root)