From 90162cae2df0cda53c1b8438fe0d460247197bb1 Mon Sep 17 00:00:00 2001 From: intrigeri Date: Fri, 19 Aug 2005 23:02:07 +0000 Subject: [PATCH] Removed an unnecessary check in dup handler. git-svn-id: http://code.autistici.org/svn/backupninja/trunk@169 758a04ac-41e6-0310-8a23-8373a73cc35d --- handlers/dup | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/handlers/dup b/handlers/dup index 7dfb766..22f915f 100644 --- a/handlers/dup +++ b/handlers/dup @@ -62,7 +62,7 @@ fi if [ "$testconnect" == "yes" ]; then debug "ssh $sshoptions -o PasswordAuthentication=no $desthost -l $destuser 'echo -n 1'" if [ ! $test ]; then - result=`ssh $sshoptions -o PasswordAuthentication=no $desthost -l $destuser 'echo -n 1' 2>&1` + result=`ssh $sshoptions -o PasswordAuthentication=no $desthost -l $destuser 'echo -n 1'` if [ "$result" != "1" ]; then fatal "Can't connect to $desthost as $destuser." else -- 2.30.2