diff --git a/bin/remote_shell.sh b/bin/remote_shell.sh index 8691e6f..310e88d 100755 --- a/bin/remote_shell.sh +++ b/bin/remote_shell.sh @@ -7,7 +7,7 @@ sftpcmd () { src=$1 dst=$2 - echo "ls -lnf $dst" + #echo "ls -lnf $dst" #echo "rm $dst" echo "put $src $dst" }