From 52ced12ab18ee3c6078bec6fd4d3ca49999f503d Mon Sep 17 00:00:00 2001 From: Laurent Trinques Date: Thu, 12 Oct 2023 12:49:08 +0200 Subject: [PATCH] Update MacQetDeploy_arm64.sh --- misc/MacQetDeploy_arm64.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/misc/MacQetDeploy_arm64.sh b/misc/MacQetDeploy_arm64.sh index 3fba6564c..374802f68 100644 --- a/misc/MacQetDeploy_arm64.sh +++ b/misc/MacQetDeploy_arm64.sh @@ -297,11 +297,11 @@ echo -e "\033[1;31mWould you like to upload MacOS packages "${APPNAME}"-"$VERSI read a if [[ $a == "Y" || $a == "y" ]]; then cp -Rf "build-aux/mac-osx/${APPNAME}-$VERSION-r$HEAD-arm64.zip" /Users/laurent/MAC_OS_X/ -rsync -e ssh -av --delete-after --no-owner --no-g --chmod=g+w --progress --exclude='.DS_Store' /Users/laurent/MAC_OS_X/ scorpio810@ssh.tuxfamily.org:/home/qet/qet-repository/builds/MAC_OS_X/arm64/ +rsync -e ssh -av --delete-after --no-owner --no-g --chmod=g+w --progress --exclude='.DS_Store' /Users/laurent/MAC_OS_X/ server:download.qelectrotech.org/qet/qet-repository/builds/MAC_OS_X/arm64/ if [ $? != 0 ]; then { echo "RSYNC ERROR: problem syncing ${APPNAME}-$VERSION-r$HEAD-arm64.zip" -rsync -e ssh -av --delete-after --no-owner --no-g --chmod=g+w --progress --exclude='.DS_Store' /Users/laurent/MAC_OS_X/ scorpio810@ssh.tuxfamily.org:/home/qet/qet-repository/builds/MAC_OS_X/arm64/ +rsync -e ssh -av --delete-after --no-owner --no-g --chmod=g+w --progress --exclude='.DS_Store' /Users/laurent/MAC_OS_X/ server:download.qelectrotech.org/qet/qet-repository/builds/MAC_OS_X/arm64/ } fi