mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-12-27 05:21:58 +00:00
added error logging...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
2c35c9077b
commit
cfc97f1ea8
@ -237,7 +237,8 @@ while true ; do
|
||||
mkdir -vp "$DIR"
|
||||
|
||||
echo "Copying files from ${BASE}/${DRIVE} (~`du -hs "${BASE}/${DRIVE}" | cut -f 1`)..."
|
||||
$COPY $COPYFLAGS ${BASE}/${DRIVE}/* "$DIR"
|
||||
$COPY $COPYFLAGS ${BASE}/${DRIVE}/* "$DIR" \
|
||||
2> >(tee "${DIR}"/copy-err.log)
|
||||
echo "Copying files: done."
|
||||
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user