ls -la on stderr.

This commit is contained in:
redxef 2022-11-21 19:49:47 +01:00
parent 1044a7ded1
commit 21cf6b55a2
Signed by: redxef
GPG key ID: 7DAC3AA211CBD921

2
src/in
View file

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