Skip to content
Snippets Groups Projects
Commit f9471d66 authored by Lukas Koenen's avatar Lukas Koenen
Browse files

feat: cleanup before scan

parent 3a362857
No related branches found
No related tags found
No related merge requests found
Pipeline #132963 passed
...@@ -48,6 +48,10 @@ function get_filename(){ ...@@ -48,6 +48,10 @@ function get_filename(){
} }
mkdir -p $root_dir$xml_dir mkdir -p $root_dir$xml_dir
rm -rf $root_dir/xml_files/*
rm -rf $root_dir/report_files/*
while IFS= read -r line while IFS= read -r line
do do
current_time=$(date "+%Y.%m.%d-%H.%M.%S") current_time=$(date "+%Y.%m.%d-%H.%M.%S")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment