From 831f489f2737da8db68c6e2a11b34e2feb4fd97a Mon Sep 17 00:00:00 2001 From: "Fred T. Hamster" Date: Mon, 16 Dec 2024 17:49:54 -0500 Subject: [PATCH] cleaned up crontab emitter a bit --- infobase/configuration/cron/emit_user_crontab.crontab | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infobase/configuration/cron/emit_user_crontab.crontab b/infobase/configuration/cron/emit_user_crontab.crontab index da39cbc3..c50fe93a 100644 --- a/infobase/configuration/cron/emit_user_crontab.crontab +++ b/infobase/configuration/cron/emit_user_crontab.crontab @@ -3,7 +3,7 @@ #[emit user crontab] # meta-operation to backup the crontab file using cron itself. -28 */8 * * * crontab -l &> $HOME/$(hostname).$CRONUSER.crontab +28 */8 * * * crontab -l &> /z/stuffing/archives/$CRONUSER.$(hostname).crontab ############## -- 2.34.1