diff --git a/docs/en/FAQ.md b/docs/en/FAQ.md index d016e3a8..84d3589b 100644 --- a/docs/en/FAQ.md +++ b/docs/en/FAQ.md @@ -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`. @@ -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. \ No newline at end of file +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.