-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Remove '$' since one is automatically added when showing bash script #29790
New issue
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
base: master
Are you sure you want to change the base?
Conversation
📝 Documentation Team Review RequiredThis pull request requires approval from the @DataDog/documentation team before it can be merged. Please ensure your changes follow our documentation guidelines and wait for a team member to review and approve your changes. |
Preview links (active after the
|
Hi @hush-hush, based on the build preview, this change doesn't seem to have accomplished the goal of automatically adding a $ to the commands. Did you intend to use a |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This should do it
```bash | ||
chown dd-agent:dd-agent datadog-secret-backend | ||
chmod 500 datadog-secret-backend | ||
``` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
```bash | |
chown dd-agent:dd-agent datadog-secret-backend | |
chmod 500 datadog-secret-backend | |
``` | |
```sh | |
chown dd-agent:dd-agent datadog-secret-backend | |
chmod 500 datadog-secret-backend | |
``` |
@@ -362,8 +362,8 @@ On Linux, the command outputs file mode, owner and group for the executable. On | |||
|
|||
Example on Linux: | |||
|
|||
```shell | |||
$> datadog-agent secret | |||
```bash |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
```bash | |
```sh |
What does this PR do? What is the motivation?
Remove '$' since one is automatically added when showing bash script. Adding one manually produce double dollar signs.
Merge instructions
None
Merge readiness: