Skip to content
This repository has been archived by the owner on Jul 22, 2024. It is now read-only.

Add note to containers deployment markdown on carriage returns and how to remove them #60

Open
lee0c opened this issue Sep 13, 2021 · 1 comment

Comments

@lee0c
Copy link
Contributor

lee0c commented Sep 13, 2021

Similar to devops script markdown:

If you get an error with extra carriage return characters:

deploy.sh: line 2: $'\r': command not found
...
deploy.sh: line 34: syntax error near unexpected token $'in\r''' deploy.sh: line 34: case "${arg}" in
run the following command to remove the erroneous characters:

sed -i 's/\r//g' deploy.sh

@lee0c
Copy link
Contributor Author

lee0c commented Sep 13, 2021

(Can't assign issues but I will do this)

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

1 participant