Unverified Commit dd958872 authored by Steven Zhu's avatar Steven Zhu Committed by GitHub
Browse files

Fix SES region variable

The last version do not save the SES region into the config file, breaking the notification hook.
parent 80ad62ff
...@@ -43,6 +43,7 @@ aws_ses_send() { ...@@ -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" _err "Please specify your region and try again. see https://docs.aws.amazon.com/general/latest/gr/ses.html"
return 1 return 1
fi fi
_saveaccountconf_mutable AWS_SES_REGION "$AWS_SES_REGION"
#save for future use, unless using a role which will be fetched as needed #save for future use, unless using a role which will be fetched as needed
if [ -z "$_using_role" ]; then if [ -z "$_using_role" ]; then
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment