From 21f0abbcddee3ef9b0afed10a69ec19ebdc21bd6 Mon Sep 17 00:00:00 2001 From: Jan-Piet Mens Date: Tue, 9 Feb 2016 19:25:22 +0100 Subject: [PATCH] add version note --- contrib/faces/image2card.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/contrib/faces/image2card.sh b/contrib/faces/image2card.sh index 3362263..06259ac 100755 --- a/contrib/faces/image2card.sh +++ b/contrib/faces/image2card.sh @@ -14,6 +14,7 @@ # # Note: the two commands cannot be piplelined (mosquitto_pub -l) # because of a bug in mosquitto_pub: https://bugs.eclipse.org/bugs/show_bug.cgi?id=478917 +# If you have a newish version it should work fine. [ $# -ne 2 ] && { echo "Usage: $0 image-file full-name" >&2; exit 2; }