aries + cancer + libra

This commit is contained in:
fred 2022-09-23 14:57:04 +02:00
parent 2019c33070
commit 93a6112da9
2 changed files with 18 additions and 1 deletions

View File

@ -7,8 +7,12 @@ MY_PATH="`dirname \"$0\"`" # relative
MY_PATH="`( cd \"$MY_PATH\" && pwd )`" # absolutized and normalized
ME="${0##*/}"
start=`date +%s`
## PROCESS TW BACKOFFICE TREATMENT
## RESTART IPFS DAEMON
# echo "$USER ALL=(ALL) NOPASSWD:/bin/systemctl" | (sudo su -c 'EDITOR="tee" visudo -f /etc/sudoers.d/systemctl')
[[ -s /etc/sudoers.d/systemctl ]] && sudo systemctl restart ipfs && sleep 5
## PROCESS TW BACKOFFICE TREATMENT
cd ~/.zen/Astroport.ONE/
git pull
@ -16,6 +20,17 @@ git pull
~/.zen/Astroport.ONE/ASTROBOT/PLAYER.refresh.sh
## ADD A_boostrap_nodes.txt TO BOOTSTRAP
ipfs bootstrap rm --all > /dev/null 2>&1
for bootnode in $(cat ~/.zen/Astroport.ONE/A_boostrap_nodes.txt | grep -Ev "#") # remove comments
do
ipfsnodeid=${bootnode##*/}
ipfs bootstrap add $bootnode
done
########################################################################
end=`date +%s`
echo Execution time was `expr $end - $start` seconds.

View File

@ -3,3 +3,5 @@
/ip4/185.202.238.69/tcp/4001/p2p/12D3KooWRaqNpB2xr8w5WGDvU9HHj9MST9Rnp1kmMGc67e6z98ef
# libra.copylaradio.com
/ip4/149.102.158.67/tcp/4001/p2p/12D3KooWAz374FBeBTUb16T4JLMsNDUdvBfc3fgGowGjGAFBXQGu
# aries.copylaradio.com
/ip4/37.187.127.175/tcp/4001/p2p/12D3KooWSQYTxeoZZ39SNosEKxi7RUdGTtAQAqpKeZJxjzqqrZTx