Updated build-ufd

This commit is contained in:
2Shirt 2019-03-30 09:48:48 -07:00
parent c5364a65a2
commit 52e3e24a3a
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