Skip to content
This repository was archived by the owner on Jul 22, 2024. It is now read-only.
This repository was 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

@lee0c

Description

@lee0c

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions