From 29bc6f539c1a14e5fd28d83b1af5f840d89bc573 Mon Sep 17 00:00:00 2001 From: "Michael N. Lipp" Date: Fri, 7 Mar 2025 20:52:10 +0100 Subject: [PATCH] Add hint regarding requirements. --- dev-example/vmop-agent/vmop-agent | 3 +++ 1 file changed, 3 insertions(+) diff --git a/dev-example/vmop-agent/vmop-agent b/dev-example/vmop-agent/vmop-agent index 1c74c61..f61a55e 100755 --- a/dev-example/vmop-agent/vmop-agent +++ b/dev-example/vmop-agent/vmop-agent @@ -1,5 +1,8 @@ #!/usr/bin/bash +# Note that this script requires "jq" to be installed and a version +# of loginctl that accepts the "-j" option. + while [ "$#" -gt 0 ]; do case "$1" in --path) shift; ttyPath="$1";;