Correct email name on onion only images

This commit is contained in:
Bob Mottram 2018-04-04 18:17:46 +01:00
parent 21468a0547
commit 0f882192b4
1 changed files with 1 additions and 1 deletions

View File

@ -366,7 +366,7 @@ function check_email_address_exists {
if [[ $ONION_ONLY != 'no' ]]; then
my_email=$onion_address
MY_EMAIL_ADDRESS=$onion_address
MY_EMAIL_ADDRESS="${MY_USERNAME}@$onion_address"
write_config_param "MY_EMAIL_ADDRESS" "$MY_EMAIL_ADDRESS"
fi
}