Add debug ls -la.

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

1
src/in
View file

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