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.
Updated by The Foreman Bot about 9 years ago
- Status changed from Assigned to Ready For Testing
- Target version set to 85
- Pull request https://github.com/theforeman/smart_proxy_remote_execution_ssh/pull/8 added
- Pull request deleted (
)
Updated by Ivan Necas about 9 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset foreman_proxy_plugin|1a2941c1207c24d493c1f1ff6f0490015dab3611.
Updated by Ivan Necas about 9 years ago
- Translation missing: en.field_release set to 85
Actions