From ebcc1125b03de4c6c6db47cc23dbed973a35efac Mon Sep 17 00:00:00 2001 From: kevin Date: Sun, 4 Feb 1996 21:43:13 +0000 Subject: [PATCH] cd to /tmp before running updated --- cron.find | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cron.find b/cron.find index fd023c6..1f9c673 100644 --- a/cron.find +++ b/cron.find @@ -4,4 +4,4 @@ # # Written by Ian A. Murdock . -su nobody -c updatedb 2>/dev/null +su nobody -c "(cd /tmp; updatedb)" 2>/dev/null -- 2.11.4.GIT