Skip to content
This repository has been archived by the owner on Mar 3, 2023. It is now read-only.

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

Open
Phu-Bar opened this issue Feb 15, 2019 · 1 comment

Comments

@Phu-Bar
Copy link

Phu-Bar commented Feb 15, 2019

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

@dbalas
Copy link

dbalas commented Mar 12, 2019

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]

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants