Add more debug logging.
This commit is contained in:
parent
f1b51a6b56
commit
e5c04511b2
1 changed files with 2 additions and 0 deletions
2
src/in
2
src/in
|
@ -20,10 +20,12 @@ echo "tar c script:" >&2
|
|||
echo "$script" >&2
|
||||
|
||||
if [ -n "$FILES" ]; then
|
||||
pwd >&2
|
||||
(
|
||||
cd "$1"
|
||||
ls -la >&2
|
||||
id >&2
|
||||
pwd >&2
|
||||
ssh -F "$CONFIG_PATH" "$HOSTNAME" "sh -c '$script'" | tar x
|
||||
)
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue