removing ipfs sync

This commit is contained in:
qo-op 2021-01-22 15:27:47 +01:00
parent fbe055a3f7
commit c493682de2
2 changed files with 3 additions and 3 deletions

View File

@ -23,8 +23,8 @@ export GPGPASS=$(cat "/home/$YOU/.ipfs/config" | jq '.Identity.PrivKey' | sed s/
if [ ! $GPGPASS ]; then echo "FATAL ERROR:: IPFS Node.Identity.PrivKey GPGPASS EMPTY"; exit; fi if [ ! $GPGPASS ]; then echo "FATAL ERROR:: IPFS Node.Identity.PrivKey GPGPASS EMPTY"; exit; fi
# GET SWARM KEY G1sms+ .ipfs/swarm.key # GET SWARM KEY G1sms+ .ipfs/swarm.key
export SWARMKEY=$(cat "/home/$YOU/.ipfs/swarm.key" | tail -n 1) # export SWARMKEY=$(cat "/home/$YOU/.ipfs/swarm.key" | tail -n 1)
if [ ! $SWARMKEY ]; then echo "FATAL ERROR:: .ipfs/swarm.key EMPTY"; exit; fi # if [ ! $SWARMKEY ]; then echo "FATAL ERROR:: .ipfs/swarm.key EMPTY"; exit; fi
################################################################## ##################################################################
# G1sms+ Swarm KEYS # G1sms+ Swarm KEYS

View File

@ -63,7 +63,7 @@ security
################################################################## ##################################################################
# Refresh All peers SWARM Wallets. # Refresh All peers SWARM Wallets.
################################################################## ##################################################################
ipfs_swarm_wallets_refresh # ipfs_swarm_wallets_refresh
################################################################## ##################################################################
# Check if PHONE is already registred in G1sms+ SWARM # Check if PHONE is already registred in G1sms+ SWARM