Minor update

This commit is contained in:
Anon 2022-10-09 13:24:18 -07:00
parent adb52b817c
commit 14c3708627

View File

@ -112,7 +112,7 @@ Next, run the following commands:
If you followed the steps above the cron job should run every 30 minutes at 25 and 55 minutes past the hour. Tail the log file to ensure it's working correctly.
## Advanced cron
If you want to post in sequential order from your profiles (assuming you have multiple), you can use the `-i` flag and grep from the log file to start the bot at the last index it posted from.
If you want to post in sequential order from your profiles (assuming you have multiple), you can use the `-i` flag and grep from the log file to start the bot at the next index. Don't worry about an index that is out of range. The bot will wrap around the list. Remember your first profile is always at index 0.
Below is an example on how to do this with cron:
- `crontab -e`