X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=database%2Fconfiguration%2Fcron%2Fdoxygen.crontab;h=0b3c73c8f44b6c107108a1b1354acb515f92bcd0;hb=8bc215589e5c27812b9b3842b9051abbfa2b920f;hp=3ab74e0ea1e09d0950029f0b3c1a2acf7becfbee;hpb=7e1f82556c6f92a26d4ee7982805df75d6ce0553;p=feisty_meow.git diff --git a/database/configuration/cron/doxygen.crontab b/database/configuration/cron/doxygen.crontab index 3ab74e0e..0b3c73c8 100644 --- a/database/configuration/cron/doxygen.crontab +++ b/database/configuration/cron/doxygen.crontab @@ -3,4 +3,7 @@ SHELL=/bin/bash # m h dom mon dow command -20 4 * * * (source $HOME/feisty_meow/scripts/core/profile.sh; cd $HOME/hoople/docs; make) &>/tmp/doxy_make.log +USER=fred + +20 4 * * * (source $HOME/feisty_meow/scripts/core/launch_feisty_meow.sh; cd $HOME/hoople/docs; make) &>>/tmp/zz_doxy_make_$USER.log +