cp instead of mv

This commit is contained in:
dannyrb 2019-05-13 15:07:02 -04:00
parent 1679a0f93e
commit e867ec58a4

View File

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