More build-arm.sh fixes.

This commit is contained in:
John MacFarlane
2022-10-04 12:49:59 -07:00
parent 05505df2f0
commit 11d010c455
+1 -1
View File
@@ -88,7 +88,7 @@ while true
do
sleep 20
# print free memory
free -h | grep Mem
$SSH "free -h | grep Mem"
# Check to see if the artifact has been produced
$SSH "ls -l src/pandoc/linux/artifacts/DONE 2>/dev/null" && break
done