Fix issues in compose and quickstart.sh (#1530)

* Chore(quickstart.sh):

Handle spaces in fonts name when calculating their md5 digest

* Chore(Makefile):

Change docker pull to docker-compose pull to read image from compose file
This commit is contained in:
Yaser Kalali
2023-05-15 14:06:15 +03:30
committed by GitHub
parent aea2b734da
commit 692b0a7afe
2 changed files with 2 additions and 3 deletions

View File

@@ -313,8 +313,7 @@ echo "--------------------------------------------------------------------------
echo "====> : Inputs - Outputs md5sum for debugging "
rm -f ./data/quickstart_checklist.chk
{
find build -type f | sort | xargs md5sum
find data -type f | sort | xargs md5sum
find build data -type f -exec md5sum {} + | sort -k2
} >> ./data/quickstart_checklist.chk
cat ./data/quickstart_checklist.chk