From f9efbead423ff16d40be26801aa25434bcd13473 Mon Sep 17 00:00:00 2001 From: lars Date: Fri, 16 Sep 2005 03:35:58 +0000 Subject: [PATCH] redirect in error-404-page fixed validate does not create tar.gz anymore --- cbox-tree.d/var/www/errors/err404.html | 2 +- scripts/validate.sh | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/cbox-tree.d/var/www/errors/err404.html b/cbox-tree.d/var/www/errors/err404.html index d412353..ca6ceb2 100644 --- a/cbox-tree.d/var/www/errors/err404.html +++ b/cbox-tree.d/var/www/errors/err404.html @@ -4,7 +4,7 @@ CryptoBox - + diff --git a/scripts/validate.sh b/scripts/validate.sh index 7bbe264..cdf7571 100755 --- a/scripts/validate.sh +++ b/scripts/validate.sh @@ -42,8 +42,6 @@ function do_series() do do_single "$a" "$VALIDATE_REPORT_DIR/$1" done create_summary "$VALIDATE_REPORT_DIR/$1" >"$VALIDATE_REPORT_DIR/$1/summary.html" - tar czf "$VALIDATE_REPORT_DIR/${1}-results.tar.gz" -C "$VALIDATE_REPORT_DIR" "$1" - #echo "$VALIDATE_REPORT_DIR/${1}-results.tar.gz" }