refixed the use of USER as CRONUSER
authorChris Koeritz <fred@gruntose.com>
Tue, 7 Feb 2017 13:51:52 +0000 (08:51 -0500)
committerChris Koeritz <fred@gruntose.com>
Tue, 7 Feb 2017 13:51:52 +0000 (08:51 -0500)
infobase/configuration/cron/update_apt_based_linux.crontab

index 24bdbb4659b67885c513421d987bc9a4b8282b79..1d3930a2483813b22edbd982f9aedaee61e6888a 100644 (file)
@@ -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