|
@ -3758,7 +3758,7 @@ updateaccount() { |
|
|
|
|
|
|
|
|
_email="$(_getAccountEmail)" |
|
|
_email="$(_getAccountEmail)" |
|
|
|
|
|
|
|
|
if [ "$ACCOUNT_EMAIL" ]; then |
|
|
|
|
|
|
|
|
if [ "$_email" ]; then |
|
|
updjson='{"contact": ["mailto:'$_email'"]}' |
|
|
updjson='{"contact": ["mailto:'$_email'"]}' |
|
|
else |
|
|
else |
|
|
updjson='{"contact": []}' |
|
|
updjson='{"contact": []}' |
|
|