From ac313f65cd88704ec3229e70fcf91846f34253e8 Mon Sep 17 00:00:00 2001 From: David Monniaux Date: Thu, 30 Sep 2021 14:12:36 +0200 Subject: be verbose! --- .download_from_Kalray.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.download_from_Kalray.sh') diff --git a/.download_from_Kalray.sh b/.download_from_Kalray.sh index f35c654a..ad971c56 100755 --- a/.download_from_Kalray.sh +++ b/.download_from_Kalray.sh @@ -9,7 +9,7 @@ cd download VERSION=ACE4.6.0 FILE=$VERSION.tgz DEBPATH=$VERSION/ACE-acceleration/ubuntu1804/tools/DEB -sshpass "-p$KALRAY_SFTP_PASSWORD" rsync -e 'ssh -o "StrictHostKeyChecking=no"' --progress -a certicompil@pressembois.imag.fr:Kalray/ACE4.6.0.tgz . +sshpass "-p$KALRAY_SFTP_PASSWORD" rsync -e 'ssh -vvv -o "StrictHostKeyChecking=no"' --progress -a certicompil@pressembois.imag.fr:Kalray/ACE4.6.0.tgz . tar xvfz $FILE $DEBPATH/ mv $DEBPATH/*.deb . rm -rf $VERSION -- cgit