mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Silence S3 sync
This commit is contained in:
parent
7680128099
commit
51bb83d8cd
@ -1462,7 +1462,7 @@ pkg_repo_rsync() {
|
||||
echo -n ">>> Sending updated packages to AWS ${PKG_FINAL_S3_PATH}... " | tee -a ${_logfile}
|
||||
if script -aq ${_logfile} ssh -p ${PKG_FINAL_RSYNC_SSH_PORT} \
|
||||
${PKG_FINAL_RSYNC_USERNAME}@${_pkg_final_rsync_hostname} \
|
||||
"aws s3 sync ${_repo} ${PKG_FINAL_S3_PATH}/$(basename ${_repo})"; then
|
||||
"aws s3 sync --quiet ${_repo} ${PKG_FINAL_S3_PATH}/$(basename ${_repo})"; then
|
||||
echo "Done!" | tee -a ${_logfile}
|
||||
else
|
||||
echo "Failed!" | tee -a ${_logfile}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user