From 22eff2fba6cbc607a838895157b00e824c24c0e5 Mon Sep 17 00:00:00 2001 From: lza_menace Date: Thu, 23 May 2024 13:35:28 -0700 Subject: [PATCH] fix crontab script path --- crontab | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/crontab b/crontab index 20acd2d..dfe34ea 100644 --- a/crontab +++ b/crontab @@ -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"