Add id stderr log.

This commit is contained in:
redxef 2022-11-21 20:05:04 +01:00
parent 21cf6b55a2
commit f1b51a6b56
Signed by: redxef
GPG key ID: 7DAC3AA211CBD921

1
src/in
View file

@ -23,6 +23,7 @@ if [ -n "$FILES" ]; then
(
cd "$1"
ls -la >&2
id >&2
ssh -F "$CONFIG_PATH" "$HOSTNAME" "sh -c '$script'" | tar x
)
fi