We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ceecddf commit 43bc09cCopy full SHA for 43bc09c
docs/pos/how-to/validator/validator-packages.md
@@ -388,7 +388,7 @@ Open config file for editing by running: `vi /var/lib/bor/config.toml`.
388
389
And similarly, run the following command to set permissions for `UTC-<time>-<address>`:
390
```bash
391
- sudo chown -R heimdall:nogroup /var/lib/bor/data/keystore/UTC-<time>-<address>
+ sudo chown -R bor:nogroup /var/lib/bor/data/keystore/UTC-<time>-<address>
392
```
393
394
## Starting the validator node
@@ -457,4 +457,4 @@ Check the Bor service logs using the following command:
457
458
```sh
459
journalctl -u bor.service -f
460
-```
+```
0 commit comments