remove unneeded quotes.

pull/2714/head^2
Isaac Connor 2019-10-12 11:15:20 -04:00
parent ee1e12b938
commit 3b31381a57
1 changed files with 1 additions and 1 deletions

View File

@ -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."