From 804b72965a769c66ad2db4e15d9943cf19da9580 Mon Sep 17 00:00:00 2001 From: qo-op Date: Mon, 11 May 2020 08:07:00 +0200 Subject: [PATCH] INIT KEYS --- g1sms/init.sh | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/g1sms/init.sh b/g1sms/init.sh index f6b9aab..9dcee55 100755 --- a/g1sms/init.sh +++ b/g1sms/init.sh @@ -68,8 +68,8 @@ export NODECOMM=10 ################################################################## # SMS SIM Card Phone Number export MASTERPHONE="+33695196729" -export ADRESSE="G1Pub" -export G1DAB="NO" +export ADRESSE="G1FabLab Toulouse" +export G1DAB="YES" ################################################################## # ADMIN COMMAND PHONE ORIGIN export ADMINPHONE="+33647683646" @@ -88,8 +88,7 @@ else [[ $LASTDU != "" ]] && curl -s ${DUNITER}/blockchain/block/${LASTDU} | jq -r '.dividend' > /home/$YOU/.zen/_DU || exit 1 export DUFACTOR=$(bc <<< "scale=2; $(cat /home/$YOU/.zen/_DU) / 100") fi - -# TODO Use latest Silkaj from "sudo fredp3 install silkaj" -# export SILKAJ="/usr/local/bin/silkaj" + +# INIT KEYS source $MY_PATH/init_keys.sh