corrected the cloud claiming options (#12161)
Tina Luedtke committed
Feb 17, 2022 at 22:51 UTC
70a61347ba94a11bda975054822efb522e10552e
1 file changed
+1
-1
packaging/installer/methods/kickstart.md
+1
-1
@@ -93,7 +93,7 @@ area](https://learn.netdata.cloud/docs/cloud/spaces#manage-spaces).
93
For example:
94
95
```bash
96
-wget -O /tmp/netdata-kickstart.sh https://my-netdata.io/kickstart.sh && sh /tmp/netdata-kickstart.sh --claim-token=TOKEN --claim-rooms=ROOM1,ROOM2
96
+wget -O /tmp/netdata-kickstart.sh https://my-netdata.io/kickstart.sh && sh /tmp/netdata-kickstart.sh --claim-token TOKEN --claim-rooms ROOM1,ROOM2
97
```
98
99
Please note that to run it you will either need to have root privileges or run it with the user that is running the agent, more details on the [Connect an agent without root privileges](/claim/README.md#connect-an-agent-without-root-privileges) section.