We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When I do ssh portal -p 2222 admin host update -c "Server comment" SERVER1
ssh portal -p 2222 admin host update -c "Server comment" SERVER1
Only take comment until the first space: "Server"
I have tried with many options and quotes.
When i do this in the portal CLI go well.
Take all the comment: "Server comment"
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Actual Result / Problem
When I do
ssh portal -p 2222 admin host update -c "Server comment" SERVER1
Only take comment until the first space: "Server"
I have tried with many options and quotes.
When i do this in the portal CLI go well.
Expected Result / Suggestion
Take all the comment: "Server comment"
The text was updated successfully, but these errors were encountered: