mirror of
https://github.com/acmesh-official/acme.sh.git
synced 2025-04-30 02:02:46 +00:00
Fix SES region variable
The last version do not save the SES region into the config file, breaking the notification hook.
This commit is contained in:
parent
80ad62ff56
commit
dd958872a8
@ -43,6 +43,7 @@ aws_ses_send() {
|
||||
_err "Please specify your region and try again. see https://docs.aws.amazon.com/general/latest/gr/ses.html"
|
||||
return 1
|
||||
fi
|
||||
_saveaccountconf_mutable AWS_SES_REGION "$AWS_SES_REGION"
|
||||
|
||||
#save for future use, unless using a role which will be fetched as needed
|
||||
if [ -z "$_using_role" ]; then
|
||||
|
Loading…
x
Reference in New Issue
Block a user