cleaned up some example crontabs
[feisty_meow.git] / infobase / configuration / cron / tell_zooty_our_ip.crontab
index ed9e934c11d6786b7a2c136f517773e97b3f3c6f..9e109057c51be396cf045242752a7582236ac535 100644 (file)
@@ -1,9 +1,9 @@
 
-SHELL=/bin/bash
+##############
 
-# m h dom mon dow command
-
-#[tell zooty our ip address]
+#[tell_zooty_our_ip]
 # firewall host only--inform serene/zooty of our home IP address to enable back-connections.
-0,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
+0,14,28,42,56 * * * * (bash $FEISTY_MEOW_APEX/scripts/security/tell_zooty_our_ip.sh serene.feistymeow.org fred $CRONUSER ) &>>/tmp/${CRONUSER}-cron-tell_zooty_our_ip.log
+
+##############