mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-12-16 16:21:40 +00:00
typo fix...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
12a024dac2
commit
3a332225a0
@ -240,7 +240,7 @@ while true ; do
|
|||||||
$COPY $COPYFLAGS ${BASE}/${DRIVE}/* "$DIR" \
|
$COPY $COPYFLAGS ${BASE}/${DRIVE}/* "$DIR" \
|
||||||
2> >(tee "${DIR}"/copy-err.log)
|
2> >(tee "${DIR}"/copy-err.log)
|
||||||
# no errors -> remove log...
|
# no errors -> remove log...
|
||||||
if ! [ -s "${DIR}/copy-err.log"] ; then
|
if ! [ -s "${DIR}/copy-err.log" ] ; then
|
||||||
rm -f "${DIR}"/copy-err.log
|
rm -f "${DIR}"/copy-err.log
|
||||||
fi
|
fi
|
||||||
echo "Copying files: done."
|
echo "Copying files: done."
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user