From 3b31381a57cc3f0e6d22c8ca47ae43e7a641df3b Mon Sep 17 00:00:00 2001 From: Isaac Connor Date: Sat, 12 Oct 2019 11:15:20 -0400 Subject: [PATCH] remove unneeded quotes. --- utils/packpack/rsync_xfer.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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."