From: Chris Koeritz Date: Tue, 7 Feb 2017 13:51:52 +0000 (-0500) Subject: refixed the use of USER as CRONUSER X-Git-Tag: 2.140.90~217 X-Git-Url: https://feistymeow.org/gitweb/?p=feisty_meow.git;a=commitdiff_plain;h=985f05038a3afdf18ee06fb8a84044c4cc00bd91 refixed the use of USER as CRONUSER --- diff --git a/infobase/configuration/cron/update_apt_based_linux.crontab b/infobase/configuration/cron/update_apt_based_linux.crontab index 24bdbb46..1d3930a2 100644 --- a/infobase/configuration/cron/update_apt_based_linux.crontab +++ b/infobase/configuration/cron/update_apt_based_linux.crontab @@ -2,6 +2,6 @@ #[update apt based linux crontab] # does a daily update of an apt-based linux box at pi o'clock. -14 3 * * * (source $HOME/feisty_meow/scripts/core/launch_feisty_meow.sh; bash $FEISTY_MEOW_SCRIPTS/system/naive_system_updater.sh) &>>/tmp/${USER}-cron-update_aptbased_linux.log +14 3 * * * (source $HOME/feisty_meow/scripts/core/launch_feisty_meow.sh; bash $FEISTY_MEOW_SCRIPTS/system/naive_system_updater.sh) &>>/tmp/${CRONUSER}-cron-update_aptbased_linux.log