Skip to content

Commit 43bc09c

Browse files
authored
Update validator-packages.md
Fix a typo
1 parent ceecddf commit 43bc09c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/pos/how-to/validator/validator-packages.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -388,7 +388,7 @@ Open config file for editing by running: `vi /var/lib/bor/config.toml`.
388388

389389
And similarly, run the following command to set permissions for `UTC-<time>-<address>`:
390390
```bash
391-
sudo chown -R heimdall:nogroup /var/lib/bor/data/keystore/UTC-<time>-<address>
391+
sudo chown -R bor:nogroup /var/lib/bor/data/keystore/UTC-<time>-<address>
392392
```
393393

394394
## Starting the validator node
@@ -457,4 +457,4 @@ Check the Bor service logs using the following command:
457457

458458
```sh
459459
journalctl -u bor.service -f
460-
```
460+
```

0 commit comments

Comments
 (0)