From 997f80c9c5262bb3158da1b455e02c64ad902865 Mon Sep 17 00:00:00 2001 From: Yoann Vandoorselaere Date: Thu, 23 Dec 1999 13:05:46 +0000 Subject: typo --- cron-sh/diff_check.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cron-sh/diff_check.sh b/cron-sh/diff_check.sh index 751b01d..f6cff92 100755 --- a/cron-sh/diff_check.sh +++ b/cron-sh/diff_check.sh @@ -80,7 +80,7 @@ if [[ ${CHECK_WRITEABLE} == yes ]]; then printf "\nSecurity Warning: Change in World Writeable Files found :\n" >> ${TMP} grep '^+' ${WRITEABLE_DIFF} | grep -vw "^+++ " | sed 's|^.||' | while read file; do printf "\t\t- Added writables files : ${file}\n" - done >> ${TMP + done >> ${TMP} grep '^-' ${WRITEABLE_DIFF} | grep -vw "^--- " | sed 's|^.||' | while read file; do printf "\t\t- Removed writables files : ${file}\n" done >> ${TMP} -- cgit v1.2.1