adding both publishers in test environment

This commit is contained in:
Maria Haider 2023-10-23 14:09:28 +02:00
parent 90d98b8bee
commit 2336936797
Signed by: mariah
GPG key ID: 7414A760CA747E57

View file

@ -17,7 +17,7 @@ if [ "${sync_host}x" != "${my_hostname}x" ]; then
exit 0
fi
for publisher in natpub-test-1.komreg.net ; do
for publisher in natpub-test-1.komreg.net natpub-test-2.komreg.net; do
echo "rsync to ${publisher}"
rsync -a --exclude "/status/" --delete /opt/mdqp/work/signed_metadata/ ${publisher}:
done