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