right path to error log #296

This commit is contained in:
soulgalore 2013-12-26 21:05:36 +01:00
parent c7e706003d
commit 14223f7209
1 changed files with 1 additions and 1 deletions

View File

@ -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