aboutsummaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorJohn MacFarlane <[email protected]>2022-10-04 12:49:59 -0700
committerJohn MacFarlane <[email protected]>2022-10-04 13:16:19 -0700
commit11d010c455d497d3fe5de3f6a03372159122cee1 (patch)
tree16edac6ae3cf44b8a35d78616a670afd183a1667 /tools
parent05505df2f00ddfdc88758d876dc6294af9b073fb (diff)
More build-arm.sh fixes.
Diffstat (limited to 'tools')
-rw-r--r--tools/build-arm.sh2
1 files changed, 1 insertions, 1 deletions
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