@cryptotaxi247 / netdata-1 / commits / fa6b9bd06

files movearound (#17662)

* fix bug * fix another bug * Update src/claim/README.md --------- Co-authored-by: Ilya Mashchenko <ilya@netdata.cloud>

Fotis Voutsas committed May 15, 2024 at 11:04 UTC fa6b9bd06ef140457120bd7845f12894f17ba30d
1 file changed +1 -5
src/claim/README.md
+1 -5
@@ -63,12 +63,8 @@ initial onboarding process or afterward.
63
64 Accessing Management screens:
65
66 -<<<<<<< HEAD
66 - Space Management: Click the cogwheel icon in the bottom-left corner of the UI.
67 - War Room Management: Click the cogwheel icon next to the War Room name at the top of the UI.
69 -=======
70 -When coming from the [Nodes tab](https://github.com/netdata/netdata/blob/master/docs/dashboards-and-charts/nodes-tab.md) the room parameter is already defined to current War Room.
71 ->>>>>>> 23acac4c2 (link fix pt.1)
68
69 Connecting a Node to a War Room:
70
@@ -122,7 +118,7 @@ If you don't have root access, you can still connect your node to Netdata Cloud
118 grep "run as user" /etc/netdata/netdata.conf
119 # run as user = netdata
120 ```
125 -2. Switch User: Use the `sudo su - <username> -s /bin/bash` command (replacing <username> with the identified user) to
121 +2. Switch User: Use the `sudo su - username -s /bin/bash` command (replacing `username` with the identified user) to
122 switch to the
123 Netdata Agent user account. For example, if the `run as user` setting pointed to `netdata`, you would
124 use `sudo su - netdata -s /bin/bash`.