mirror of https://github.com/CIRCL/Circlean
fix typo
parent
f2e9a75bf9
commit
3f9c6e7b8f
|
@ -105,10 +105,10 @@ do
|
|||
echo $partition mounted at $SRC
|
||||
|
||||
# Print the filenames on the current partition in a logfile
|
||||
find ${SRC}/* -fls ${LOGS}/${PARTCOUNT}
|
||||
find ${SRC} -fls ${LOGS}/${PARTCOUNT}
|
||||
|
||||
# create a directory on $DST named PARTION_$PARTCOUNT
|
||||
targetDir=${DST}/FROM_PARTITION_${PARTCOUNT}
|
||||
target_dir=${DST}/FROM_PARTITION_${PARTCOUNT}
|
||||
echo copying to: $target_dir
|
||||
mkdir -p $target_dir
|
||||
|
||||
|
|
Loading…
Reference in New Issue