Make sure we move all files/folders

This commit is contained in:
dannyrb 2019-05-13 14:13:47 -04:00
parent 12eefb3108
commit e501f268bf

View File

@ -34,7 +34,7 @@ for D in *; do
echo "Moving ${D} to the latest version's history folder"
mkdir "./latest/_book/history/${D}"
mv -v "./${D}/_book"/* "./latest/_book/history/${D}"
mv -v "./${D}/_book"/**/* "./latest/_book/history/${D}"
fi
fi
done