redirect in error-404-page fixed
validate does not create tar.gz anymore
This commit is contained in:
parent
2780ec34b6
commit
f9efbead42
2 changed files with 1 additions and 3 deletions
|
@ -4,7 +4,7 @@
|
|||
<head>
|
||||
<title>CryptoBox</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
<meta http-equiv="refresh" content="0;/cryptobox">
|
||||
<meta http-equiv="refresh" content="0;url=/cryptobox">
|
||||
<link rel="stylesheet" media="screen" href="/cryptobox.css" type="text/css" />
|
||||
</head>
|
||||
<body>
|
||||
|
|
|
@ -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"
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue