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