mirror of
https://github.com/microsoft/mscclpp.git
synced 2026-04-19 22:39:11 +00:00
debugging
This commit is contained in:
@@ -33,7 +33,7 @@ done
|
||||
|
||||
set -e
|
||||
# Transfer workspace to remote hosts via tar+ssh (more reliable than parallel-scp for large files)
|
||||
while IFS= read -r HOST; do
|
||||
while IFS= read -r HOST || [ -n "$HOST" ]; do
|
||||
HOST_ADDR="${HOST##*@}"
|
||||
HOST_USER="${HOST%%@*}"
|
||||
if [ "${HOST_USER}" = "${HOST_ADDR}" ]; then
|
||||
|
||||
Reference in New Issue
Block a user