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