diff --git a/g1sms/functions.sh b/g1sms/functions.sh index d987526..497ec76 100755 --- a/g1sms/functions.sh +++ b/g1sms/functions.sh @@ -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 diff --git a/g1sms/sms_NEW.sh b/g1sms/sms_NEW.sh index c4fe83b..566ae7b 100755 --- a/g1sms/sms_NEW.sh +++ b/g1sms/sms_NEW.sh @@ -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