tools path corrected

duniter_server=$(/home/$YOU/.zen/astroport/zen/tools/duniter_getnode.sh)
This commit is contained in:
qo-op 2020-06-12 16:54:03 +02:00
parent 4f16a5dec0
commit f507f175a9
2 changed files with 2 additions and 2 deletions

View File

@ -154,7 +154,7 @@ function sms_uid2key (){
sms_SEND "$LOCAL" "Sachez que $ASKWALLET est associé à un autre téléphone que le votre également!"
fi
duniter_server=$(/home/$YOU/.zen/astroport/zen/tools/tools/duniter_getnode.sh)
duniter_server=$(/home/$YOU/.zen/astroport/zen/tools/duniter_getnode.sh)
if [[ "$LOCAL" != "" ]]; then
# LOCAL G1sms account

View File

@ -22,7 +22,7 @@ if [[ "$MEMBERUID" != "" && "$MEMBERUID" != "N" && "$MEMBERUID" != "D" && "$MEMB
VIRDEST=$MEMBERUID
MEMRIB=$(sms_uid2key "$MEMBERUID" "$PHONE" "$PIN")
log "# MEMRIB: $MEMRIB"
[[ $MEMRIB == "" ]] && sms_SEND "$PHONE" "Problème pour trouver $MEMBERUID , rééssayer dans 5 mn" && exit 1
[[ $MEMRIB == "" ]] && sms_SEND "$PHONE" "Nous rencontrons un problème pour trouver $MEMBERUID... Rééssayer dans 5 mn" && exit 1
MEMBER="$MEMBERUID"
fi