Actions
Bug #11849
closedMulti-line input containting \r\n causes issues when using inside the ssh scripts
Status:
Closed
Priority:
Normal
Assignee:
Category:
-
Target version:
Difficulty:
Triaged:
Description
1. run command action
2. use multiline command as the input
3. the lines in the input are separated by '\r\n'
This leads to `$'\r': command not found` when running the command.
The solution is to sanitize the script before running it to remove the '\r'
characters.
Actions