Remove unnecessary quote

This commit is contained in:
FlorianKronos 2023-06-06 09:55:57 +02:00
parent 8fa45e7840
commit 6e35d3d4af

View file

@ -292,7 +292,7 @@ postfix_setup_xoauth2_pre_setup() {
"client_secret": "${XOAUTH2_SECRET}",
"log_to_syslog_on_failure": "${XOAUTH2_SYSLOG_ON_FAILURE:-no}",
"log_full_trace_on_failure": "${XOAUTH2_FULL_TRACE:-no}",
"token_endpoint": "${XOAUTH2_TOKEN_ENDPOINT:-'https://accounts.google.com/o/oauth2/token'}"
"token_endpoint": "${XOAUTH2_TOKEN_ENDPOINT:-https://accounts.google.com/o/oauth2/token}"
}
EOF