Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update FAQ.md #152

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/en/FAQ.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ If you wish to change the working directory of the validator prior to installati
2. **Create a symbolic link** - You can also create a symbolic link with the following command:

```bash
ln -s /opt/ton/var/ton
ln -s /opt/ton /var/ton
```
This command will create a link `/var/ton` that points to `/opt/ton`.

Expand Down Expand Up @@ -121,4 +121,4 @@ If you need to restart your validator, you can do so by running the following co
systemctl restart validator
```

Ensure you have sufficient permissions to execute these commands and make necessary adjustments. Always remember to back up important data before performing operations that could potentially affect your validator.
Ensure you have sufficient permissions to execute these commands and make necessary adjustments. Always remember to back up important data before performing operations that could potentially affect your validator.