From 221705bb7343f7167533cfcf30e5b045c6ba4b8e Mon Sep 17 00:00:00 2001 From: zacheiss Date: Tue, 16 Dec 2003 20:51:00 +0000 Subject: [PATCH] Be a bit more selective about what we chmod. --- gen/winstats.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gen/winstats.sh b/gen/winstats.sh index 572c8b73..df79f6e3 100644 --- a/gen/winstats.sh +++ b/gen/winstats.sh @@ -28,7 +28,7 @@ if [ $? != 0 ]; then exit $MR_TARERR; fi -chmod 644 * +chmod 644 containers machine mcntmap # load the data. This sends mail if it fails. $dir/winstats-load.pl -- 2.45.2