Fix minor type (duplicated text) (#468)

This commit is contained in:
Korbs 2023-11-13 02:35:05 -05:00 committed by GitHub
parent 354962750a
commit 268af9c8e5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -126,7 +126,7 @@ It may be used on other projects that depend on YouTube and/or Google (example:
@reboot sleep 30s && python /path/to/the/script/smart-ipv6-rotator.py run --ipv6range=YOURIPV6SUBNET/64
0 */12 * * * python /path/to/the/script/smart-ipv6-rotator.py run --ipv6range=YOURIPV6SUBNET/64
```
The `sleep` command is used in case your network takes too much time time to be ready.
The `sleep` command is used in case your network takes too much time to be ready.
That's it!