From 3f9c6e7b8f8f1e402ec5eab96b26e7ce73d7be52 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Vinot?= Date: Mon, 11 Feb 2013 18:15:01 +0100 Subject: [PATCH] fix typo --- filesystem/opt/groomer/groomer.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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