diff --git a/filesystem/opt/groomer/groomer.sh b/filesystem/opt/groomer/groomer.sh index 0c8ca2a..b6259ef 100755 --- a/filesystem/opt/groomer/groomer.sh +++ b/filesystem/opt/groomer/groomer.sh @@ -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