checks for history_md5 existing

This commit is contained in:
Michael Stanclift
2020-07-07 15:15:42 -05:00
parent c7a6ba4f69
commit d5ededce12
3 changed files with 41 additions and 19 deletions
+1 -1
View File
@@ -173,5 +173,5 @@ If you prefer to still use cron but modify your settings by hand, using the entr
```bash
crontab -e
*/30 * * * * /bin/bash /home/USER/gravity-sync/gravity-sync.sh pull > /home/USER/gravity-sync/gravity-sync.cron
*/30 * * * * /bin/bash /home/USER/gravity-sync/gravity-sync.sh > /home/USER/gravity-sync/gravity-sync.cron
```