From c493682de298bb331c2c8dc48b69757a572b9fae Mon Sep 17 00:00:00 2001 From: qo-op Date: Fri, 22 Jan 2021 15:27:47 +0100 Subject: [PATCH] removing ipfs sync --- shell/init_keys.sh | 4 ++-- sms_received.sh | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/shell/init_keys.sh b/shell/init_keys.sh index 35127e1..cb91a1b 100755 --- a/shell/init_keys.sh +++ b/shell/init_keys.sh @@ -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 # GET SWARM KEY G1sms+ .ipfs/swarm.key -export SWARMKEY=$(cat "/home/$YOU/.ipfs/swarm.key" | tail -n 1) -if [ ! $SWARMKEY ]; then echo "FATAL ERROR:: .ipfs/swarm.key EMPTY"; exit; fi +# export SWARMKEY=$(cat "/home/$YOU/.ipfs/swarm.key" | tail -n 1) +# if [ ! $SWARMKEY ]; then echo "FATAL ERROR:: .ipfs/swarm.key EMPTY"; exit; fi ################################################################## # G1sms+ Swarm KEYS diff --git a/sms_received.sh b/sms_received.sh index 23ed95b..860c1eb 100755 --- a/sms_received.sh +++ b/sms_received.sh @@ -63,7 +63,7 @@ security ################################################################## # Refresh All peers SWARM Wallets. ################################################################## -ipfs_swarm_wallets_refresh +# ipfs_swarm_wallets_refresh ################################################################## # Check if PHONE is already registred in G1sms+ SWARM