From 11d010c455d497d3fe5de3f6a03372159122cee1 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Tue, 4 Oct 2022 12:49:59 -0700 Subject: More build-arm.sh fixes. --- tools/build-arm.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools') diff --git a/tools/build-arm.sh b/tools/build-arm.sh index ff6d75d15..1953ca32b 100644 --- a/tools/build-arm.sh +++ b/tools/build-arm.sh @@ -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 -- cgit v1.2.3