From 14223f72099c325883e84ad45e1cbee23d772696 Mon Sep 17 00:00:00 2001 From: soulgalore Date: Thu, 26 Dec 2013 21:05:36 +0100 Subject: [PATCH] right path to error log #296 --- bin/sitespeed.io-sites | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/sitespeed.io-sites b/bin/sitespeed.io-sites index 425c65c00..513c55a13 100755 --- a/bin/sitespeed.io-sites +++ b/bin/sitespeed.io-sites @@ -243,7 +243,7 @@ for i in * ; do fi local error_log="$abs_analyze_dir/data/error.log" if [[ -e $error_log ]]; then - cat $error_log >> $HOME/$REPORT_BASE_DIR/$NOW/error.log + cat $error_log >> $REPORT_BASE_DIR/$NOW/error.log fi cd ../../ fi