diff --git a/trunk/user/scripts/mtd_storage.sh b/trunk/user/scripts/mtd_storage.sh index 5c7f40a93c..daa5964380 100755 --- a/trunk/user/scripts/mtd_storage.sh +++ b/trunk/user/scripts/mtd_storage.sh @@ -64,7 +64,7 @@ func_tarb() { rm -f $tmp cd $dir_storage - find * -print0 | xargs -0 touch -c -h -t 201001010000.00 + find * -print0 | xargs -0 touch -c -t 201001010000.00 find * ! -type d -print0 | sort -z | xargs -0 tar -cf $tmp 2>/dev/null cd - >>/dev/null if [ ! -f "$tmp" ] ; then