From 8a61fb253202884ede1eae654182b03abdfe37ea Mon Sep 17 00:00:00 2001 From: Andrew Bauer Date: Fri, 20 Apr 2018 20:15:50 -0500 Subject: [PATCH] redirect standard error when we mount zmrepo --- 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 46cda18cb..8a7f01f4f 100755 --- a/utils/packpack/rsync_xfer.sh +++ b/utils/packpack/rsync_xfer.sh @@ -27,7 +27,7 @@ if [ "${TRAVIS_EVENT_TYPE}" == "cron" ]; then echo mkdir -p ./zmrepo - ssh_mntchk="$(sshfs zmrepo@zmrepo.zoneminder.com:./ ./zmrepo -o workaround=rename,reconnect)" + ssh_mntchk="$(sshfs zmrepo@zmrepo.zoneminder.com:./ ./zmrepo -o workaround=rename,reconnect 2>&1)" if [ -z "$ssh_mntchk" ]; then echo