From d385dd024d6385628ed11c279ac1da6d41efaee8 Mon Sep 17 00:00:00 2001 From: Mikko Lehto Date: Sun, 14 Oct 2018 11:27:10 +0300 Subject: [PATCH] remote_shell.sh: less verbosity --- bin/remote_shell.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" }