Minor update
This commit is contained in:
parent
adb52b817c
commit
14c3708627
@ -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.
|
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
|
## 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:
|
Below is an example on how to do this with cron:
|
||||||
- `crontab -e`
|
- `crontab -e`
|
||||||
|
Reference in New Issue
Block a user