fix crontab script path

This commit is contained in:
lza_menace 2024-05-23 13:35:28 -07:00
parent cfbd103acf
commit 22eff2fba6

View File

@ -1,4 +1,4 @@
*/3 * * * * sh -c "cd ~/git/monero.fail; ./bin/cmd validate"
30 */4 * * * sh -c "cd ~/git/monero.fail; ./bin/cmd check"
*/3 * * * * sh -c "cd ~/git/monero.fail; ./manage.sh validate"
30 */4 * * * sh -c "cd ~/git/monero.fail; ./manage.sh check"
0 0 * * * sh -c "cd ~/monero.fail; ./manage.sh export"
*/5 * * * * sh -c "cd ~/git/monero.fail; ./bin/cmd get_peers"
*/5 * * * * sh -c "cd ~/git/monero.fail; ./manage.sh get_peers"