Updated build-ufd
This commit is contained in:
parent
c5364a65a2
commit
52e3e24a3a
1 changed files with 1 additions and 1 deletions
|
|
@ -621,7 +621,7 @@ if [[ ! -z "${arg_m:-}" ]]; then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [[ ! -z "${EXTRA_DIR:-}" ]]; then
|
if [[ ! -z "${EXTRA_DIR:-}" ]]; then
|
||||||
echo "Copying Extra files..."
|
echo "Copying Extra files..." | tee -a "${LOG_FILE}"
|
||||||
rsync ${RSYNC_ARGS} \
|
rsync ${RSYNC_ARGS} \
|
||||||
"${EXTRA_DIR}"/ \
|
"${EXTRA_DIR}"/ \
|
||||||
/mnt/Dest/ >> "${LOG_FILE}" 2>&1
|
/mnt/Dest/ >> "${LOG_FILE}" 2>&1
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue