From 00081a6d0dfb5b0c1d888293bafcce1b84ea34cb Mon Sep 17 00:00:00 2001 From: David Monniaux Date: Thu, 30 Sep 2021 14:22:39 +0200 Subject: single 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 ad971c56..0ccb9353 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 -vvv -o "StrictHostKeyChecking=no"' --progress -a certicompil@pressembois.imag.fr:Kalray/ACE4.6.0.tgz . +sshpass "-p$KALRAY_SFTP_PASSWORD" rsync -e 'ssh -v -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