Update README.md
This commit is contained in:
parent
962dd2eb5a
commit
6aeb598078
1 changed files with 3 additions and 3 deletions
|
|
@ -78,7 +78,7 @@ The arguments are:
|
||||||
|
|
||||||
### Example
|
### Example
|
||||||
```bash
|
```bash
|
||||||
./rmmagent-linux.sh install 'https://mesh.example.com' 'https://api.example.com' 3 1 'XXXXX' server
|
bash ./rmmagent-linux.sh install 'https://mesh.example.com' 'https://api.example.com' 3 1 'XXXXX' server
|
||||||
```
|
```
|
||||||
|
|
||||||
## Update
|
## Update
|
||||||
|
|
@ -86,14 +86,14 @@ The arguments are:
|
||||||
Simply launch the script with *update* as argument.
|
Simply launch the script with *update* as argument.
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
./rmmagent-linux.sh update
|
bash ./rmmagent-linux.sh update
|
||||||
```
|
```
|
||||||
|
|
||||||
## Uninstall
|
## Uninstall
|
||||||
To uninstall the agent, launch the script with this argument:
|
To uninstall the agent, launch the script with this argument:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
./rmmagent-linux.sh uninstall 'Mesh FQDN' 'Mesh ID'
|
bash ./rmmagent-linux.sh uninstall 'Mesh FQDN' 'Mesh ID'
|
||||||
```
|
```
|
||||||
Note: Single quotes must be around the Mesh ID for it to uninstall the mesh agent properly
|
Note: Single quotes must be around the Mesh ID for it to uninstall the mesh agent properly
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue