fixed directory name
This commit is contained in:
parent
7fa6cba007
commit
e7f3a6d373
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ incoming_dir=/opt/mdqp/work/incoming_metadata
|
|||
mkdir -p ${incoming_dir}
|
||||
tmp_dir=$(mktemp -d)
|
||||
|
||||
rsync -a qa-idp/*.xml qa-sp/*.xml ${tmp_dir}/
|
||||
rsync -a production-idp/*.xml production-sp/*.xml ${tmp_dir}/
|
||||
rsync -a --delete ${tmp_dir}/ ${incoming_dir}/
|
||||
|
||||
rm -rf "${tmp_dir}"
|
||||
|
|
Loading…
Add table
Reference in a new issue