fastdu support sorting better

This commit is contained in:
ville rantanen
2018-11-23 14:50:12 +02:00
parent 1e1c840fab
commit ab96989293
2 changed files with 23 additions and 17 deletions

View File

@@ -52,7 +52,7 @@ _build() {
echo Target folder not an mdsite folder, delete first
exit 1
fi
rsync -r --del "$1"/ "$2"
rsync -r "$1"/ "$2"
touch "$2"/.mdsite
echo "----"
shopt -s nullglob