Correct email name on onion only images
This commit is contained in:
parent
21468a0547
commit
0f882192b4
|
@ -366,7 +366,7 @@ function check_email_address_exists {
|
||||||
|
|
||||||
if [[ $ONION_ONLY != 'no' ]]; then
|
if [[ $ONION_ONLY != 'no' ]]; then
|
||||||
my_email=$onion_address
|
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"
|
write_config_param "MY_EMAIL_ADDRESS" "$MY_EMAIL_ADDRESS"
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue