adding both publishers in test environment
This commit is contained in:
parent
90d98b8bee
commit
2336936797
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue