Ver código fonte

Correct email name on onion only images

Bob Mottram 7 anos atrás
pai
commit
0f882192b4
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1
    1
      src/freedombone-base-email

+ 1
- 1
src/freedombone-base-email Ver arquivo

366
 
366
 
367
     if [[ $ONION_ONLY != 'no' ]]; then
367
     if [[ $ONION_ONLY != 'no' ]]; then
368
         my_email=$onion_address
368
         my_email=$onion_address
369
-        MY_EMAIL_ADDRESS=$onion_address
369
+        MY_EMAIL_ADDRESS="${MY_USERNAME}@$onion_address"
370
         write_config_param "MY_EMAIL_ADDRESS" "$MY_EMAIL_ADDRESS"
370
         write_config_param "MY_EMAIL_ADDRESS" "$MY_EMAIL_ADDRESS"
371
     fi
371
     fi
372
 }
372
 }