${myDOMAIN}

This commit is contained in:
fred 2024-02-05 07:15:04 +01:00
parent 2aa0581541
commit c216d7002e
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ YUSER=$(echo ${mail} | cut -d '@' -f1) # YUSER=geg-la_debrouille
LYUSER=($(echo "$YUSER" | sed 's/[^a-zA-Z0-9]/\ /g')) # LYUSER=(geg la debrouille)
CLYUSER=$(printf '%s\n' "${LYUSER[@]}" | tac | tr '\n' '.' ) # CLYUSER=debrouille.la.geg.
YOMAIN=$(echo ${mail} | cut -d '@' -f 2) # YOMAIN=super.chez-moi.com
pseudo="/ipns/${CLYUSER}${YOMAIN}.$(myDOMAIN)"
pseudo="/ipns/${CLYUSER}${YOMAIN}.${myDOMAIN}"
#~ echo "PSEUDO=$pseudo"
messfile="$2" # FICHIER A AJOUTER AU CORPS MESSAGEUP