From 52e3e24a3a0504d9c521adeb6330b10ab7246aa0 Mon Sep 17 00:00:00 2001 From: 2Shirt <2xShirt@gmail.com> Date: Sat, 30 Mar 2019 09:48:48 -0700 Subject: [PATCH] Updated build-ufd --- .bin/Scripts/build-ufd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.bin/Scripts/build-ufd b/.bin/Scripts/build-ufd index 8931558c..5f272d7d 100755 --- a/.bin/Scripts/build-ufd +++ b/.bin/Scripts/build-ufd @@ -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