1
0
Fork 0

duniter-g1.p2p.legal

This commit is contained in:
qo-op 2020-05-10 04:02:58 +02:00
parent 69e947b185
commit 91b8b57fdc
1 changed files with 2 additions and 1 deletions

View File

@ -104,4 +104,5 @@ done
longchain=$(ls -S $DIR/chains/ | head -n 1)
cp $DIR/chains/$longchain $DIR/good.nodes.txt
# WRITE OUT shuffle Duniter Node Sync with longest chain
echo $(shuf -n 1 $DIR/good.nodes.txt)
result=$(shuf -n 1 $DIR/good.nodes.txt)
[[ ! $result ]] && echo "duniter-g1.p2p.legal:443" || echo $result