From 668928ca1c571ba1e5ed963dda772b5dd8825c8d Mon Sep 17 00:00:00 2001 From: Chris Koeritz Date: Sun, 27 Jan 2013 12:10:21 -0500 Subject: [PATCH] fixed cronjob to include parameters that are required now. --- database/configuration/cron/tell_zooty_our_ip.crontab | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/database/configuration/cron/tell_zooty_our_ip.crontab b/database/configuration/cron/tell_zooty_our_ip.crontab index d77e53cb..548fcd52 100644 --- a/database/configuration/cron/tell_zooty_our_ip.crontab +++ b/database/configuration/cron/tell_zooty_our_ip.crontab @@ -5,5 +5,5 @@ SHELL=/bin/bash # special for equanimity; get zooty informed of our IP so we can make # the back-connection and get home. -14,28,42,56 * * * * (bash /home/fred/feisty_meow/scripts/security/tell_zooty_our_ip.sh) &>>/tmp/zooty_tell_report.txt +14,28,42,56 * * * * (bash /home/fred/feisty_meow/scripts/security/tell_zooty_our_ip.sh serene.feistymeow.org fred fred ) &>>/tmp/zooty_tell_report.txt -- 2.34.1