Fixed a but introduced by the new logging features.
This commit is contained in:
parent
19528f8976
commit
8de111fa46
1 changed files with 1 additions and 0 deletions
|
@ -108,6 +108,7 @@ wrt_logs() { #
|
|||
(
|
||||
cat << EOF
|
||||
@pushd logs 1> /dev/null && \\
|
||||
rm $ITERATION && \\
|
||||
mkdir $ITERATION && \\
|
||||
mv ${LOGS} $ITERATION && \\
|
||||
popd 1> /dev/null
|
||||
|
|
Reference in a new issue