bin/tools/CleanFunctions::cleanCase: Added deletion of the logs directory generated by foamLog
This commit is contained in:
@ -59,6 +59,7 @@ cleanCase()
|
|||||||
rm -rf postProcessing
|
rm -rf postProcessing
|
||||||
rm -rf jobInfo TDAC constant/tetDualMesh
|
rm -rf jobInfo TDAC constant/tetDualMesh
|
||||||
rm -rf VTK sequencedVTK
|
rm -rf VTK sequencedVTK
|
||||||
|
rm -rf logs
|
||||||
|
|
||||||
find . -name "*.orig" -type f -exec sh -c 'rm -f ${0%.*} ${0%.*}.gz' {} \;
|
find . -name "*.orig" -type f -exec sh -c 'rm -f ${0%.*} ${0%.*}.gz' {} \;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user