From 7c413f53d632b3553c9fe7e6181e44b864185903 Mon Sep 17 00:00:00 2001 From: thierry Date: Mon, 9 Nov 2009 09:21:24 +0000 Subject: [PATCH] oops --- scripts/nightly-clean-trash.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/nightly-clean-trash.sh b/scripts/nightly-clean-trash.sh index 41fd312..c5cdeba 100755 --- a/scripts/nightly-clean-trash.sh +++ b/scripts/nightly-clean-trash.sh @@ -6,7 +6,7 @@ [[ -n "$@" ]] && [ "$1" = "-n" ] && set -x todelete=$(find /build/trash -maxdepth 1 -mtime +1 -print | grep -v 'trash/*$') -potential_vservers=$(find /build/trash -maxdepth +1 -type d -print | grep -v 'trash/*$') +potential_vservers=$(find /build/trash -maxdepth 1 -type d -print | grep -v 'trash/*$') # clean the vservers first for vserver in $potential_vservers ; do -- 2.43.0