Browse Source

Shortened name of sync_from_one_target_to_another.sh

experiments/enable-parallel-runs
Sven Karsten 8 months ago
parent
commit
5ef407b653
  1. 2
      run.sh
  2. 0
      sync.sh

2
run.sh

@ -107,7 +107,7 @@ echo ""
if [ "${sync_to}" != "" ]; then
echo "## Start synchronization of output ##"
echo "###############################################"
./sync_from_one_target_to_another.sh "${target_keyword}" "${sync_to}"
./sync.sh "${target_keyword}" "${sync_to}"
echo ""
echo ""
fi

0
sync_from_one_target_to_another.sh → sync.sh

Loading…
Cancel
Save