certbot-route53 icon indicating copy to clipboard operation
certbot-route53 copied to clipboard

./certbot-route53.sh: 29: ./certbot-route53.sh: Syntax error: redirection unexpected

Open Phu-Bar opened this issue 6 years ago • 1 comments

I get the following error:

./certbot-route53.sh: 29: ./certbot-route53.sh: Syntax error: redirection unexpected

when trying to run:

sh certbot-route53.sh
--agree-tos
--manual-public-ip-logging-ok
--domains testing.ec-internal.com
--email [email protected]

Please help

Phu-Bar avatar Feb 15 '19 11:02 Phu-Bar

Hello,

It's because this: https://stackoverflow.com/questions/2462317/bash-syntax-error-redirection-unexpected

just execute the script without sh: ./certbot-route53.sh --agree-tos --manual-public-ip-logging-ok --domains testing.ec-internal.com --email [email protected]

dbalas avatar Mar 12 '19 09:03 dbalas