From 333f96baec606086883c01f379acbf8ed62a5ddf Mon Sep 17 00:00:00 2001 From: Chris Koeritz Date: Wed, 19 Apr 2017 11:23:44 -0400 Subject: [PATCH] better default for CRONUSER var --- infobase/configuration/cron/aa_cron_defaults.crontab | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infobase/configuration/cron/aa_cron_defaults.crontab b/infobase/configuration/cron/aa_cron_defaults.crontab index dd12c80a..e076698b 100644 --- a/infobase/configuration/cron/aa_cron_defaults.crontab +++ b/infobase/configuration/cron/aa_cron_defaults.crontab @@ -14,7 +14,7 @@ # HOME, which is pretty lucky for us... # please change the name to the user running the cronjob, or to whatever # unique string you'd like to use: -CRONUSER=fred +CRONUSER=FILL_CRONUSER_HERE # set the shell to bash. (not the default for some cron implementations.) SHELL=/bin/bash -- 2.34.1