From: Chris Koeritz Date: Sun, 27 Jan 2013 17:10:21 +0000 (-0500) Subject: fixed cronjob to include parameters that are required now. X-Git-Tag: 2.140.90~1126 X-Git-Url: https://feistymeow.org/gitweb/?a=commitdiff_plain;h=668928ca1c571ba1e5ed963dda772b5dd8825c8d;p=feisty_meow.git fixed cronjob to include parameters that are required now. --- 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