You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 22, 2024. It is now read-only.
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
The text was updated successfully, but these errors were encountered:
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}" inrun the following command to remove the erroneous characters:
sed -i 's/\r//g' deploy.sh
The text was updated successfully, but these errors were encountered: