From 421e8b0f54c1ac4b8861a6cf6eacecd5e4e021ec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Fri, 24 Jun 2016 10:27:35 +0200 Subject: [PATCH] Use sftp batch mode for uploading MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This way it will correctly fail on error. Issue #12336 Signed-off-by: Michal Čihař --- scripts/upload-release | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/upload-release b/scripts/upload-release index 7e0b9d35c9..42eed7361f 100755 --- a/scripts/upload-release +++ b/scripts/upload-release @@ -15,7 +15,7 @@ if [ $# -gt 1 ] ; then fi # Upload to our file server -sftp -P 11022 files@klutz.phpmyadmin.net <