Merge remote-tracking branch 'upstream/dev' into dev

This commit is contained in:
2Shirt 2019-03-30 09:49:15 -07:00
commit e147dbc6d2
Signed by: 2Shirt
GPG key ID: 152FAC923B0E132C

View file

@ -621,7 +621,7 @@ if [[ ! -z "${arg_m:-}" ]]; then
fi
if [[ ! -z "${EXTRA_DIR:-}" ]]; then
echo "Copying Extra files..."
echo "Copying Extra files..." | tee -a "${LOG_FILE}"
rsync ${RSYNC_ARGS} \
"${EXTRA_DIR}"/ \
/mnt/Dest/ >> "${LOG_FILE}" 2>&1