1
0
mirror of synced 2025-12-23 21:07:12 -05:00

Remove unnecessary $ (#38339)

This commit is contained in:
Grace Park
2023-06-26 10:02:44 -07:00
committed by GitHub
parent a04dc81b53
commit bd760a6d0a
125 changed files with 383 additions and 383 deletions

View File

@@ -76,7 +76,7 @@ You can use this method without signing into the {% data variables.enterprise.ma
Use the [ghe-diagnostics](/admin/configuration/configuring-your-enterprise/command-line-utilities#ghe-diagnostics) command-line utility to retrieve the diagnostics for your instance.
```shell
$ ssh -p122 admin@HOSTNAME -- 'ghe-diagnostics' > diagnostics.txt
ssh -p122 admin@HOSTNAME -- 'ghe-diagnostics' > diagnostics.txt
```
## Creating and sharing support bundles
@@ -124,7 +124,7 @@ You can use these steps to create and share a support bundle if you have SSH acc
1. Download the support bundle via SSH:
```shell
$ ssh -p 122 admin@HOSTNAME -- 'ghe-support-bundle -o' > support-bundle.tgz
ssh -p 122 admin@HOSTNAME -- 'ghe-support-bundle -o' > support-bundle.tgz
```
For more information about the `ghe-support-bundle` command, see "[AUTOTITLE](/admin/configuration/configuring-your-enterprise/command-line-utilities#ghe-support-bundle)".
{% data reusables.enterprise_enterprise_support.sign-in-to-support %}
@@ -150,7 +150,7 @@ You can directly upload a support bundle to our server if:
1. Upload the bundle to our support bundle server:
```shell
$ ssh -p122 admin@HOSTNAME -- 'ghe-support-bundle -u'
ssh -p122 admin@HOSTNAME -- 'ghe-support-bundle -u'
```
## Creating and sharing extended support bundles
@@ -165,7 +165,7 @@ You can use these steps to create and share an extended support bundle if you ha
1. Download the extended support bundle via SSH by adding the `-x` flag to the `ghe-support-bundle` command:
```shell
$ ssh -p 122 admin@HOSTNAME -- 'ghe-support-bundle -o -x' > support-bundle.tgz
ssh -p 122 admin@HOSTNAME -- 'ghe-support-bundle -o -x' > support-bundle.tgz
```
{% data reusables.enterprise_enterprise_support.sign-in-to-support %}
{% data reusables.enterprise_enterprise_support.upload-support-bundle %}
@@ -178,7 +178,7 @@ You can directly upload a support bundle to our server if:
1. Upload the bundle to our support bundle server:
```shell
$ ssh -p122 admin@HOSTNAME -- 'ghe-support-bundle -u -x'
ssh -p122 admin@HOSTNAME -- 'ghe-support-bundle -u -x'
```
## Further reading