diff --git a/utils/packpack/rsync_xfer.sh b/utils/packpack/rsync_xfer.sh index 97e8c1bfb..49c10dd9f 100755 --- a/utils/packpack/rsync_xfer.sh +++ b/utils/packpack/rsync_xfer.sh @@ -26,7 +26,7 @@ if [ "${TRAVIS_EVENT_TYPE}" == "cron" ] || [ "${OS}" == "debian" ] || [ "${OS}" echo "Target subfolder set to $targetfolder" echo if [ "${USE_SFTP}" == "yes" ]; then - results="$(rsync build/* "zmrepo@zmrepo.zoneminder.com:${targetfolder}/" 2>&1)" + results="$(rsync build/* zmrepo@zmrepo.zoneminder.com:${targetfolder}/ 2>&1)" if [ -z "$results" ]; then echo echo "Files copied successfully."