diff --git a/vnc-server-activity.sh b/vnc-server-activity.sh index 6dd1cc4..4d3e072 100755 --- a/vnc-server-activity.sh +++ b/vnc-server-activity.sh @@ -2,8 +2,11 @@ # Extracts Connection events for VNC server activity occuring in the past 24 hours # and emails results via patmail.sh and pat +# +# Usage: vnc-server-activity.sh [email-address[,email-address]...] +# -VERSION="1.1.0" +VERSION="1.1.1" # Pat and patmail.sh must be installed. If they are not, exit. command -v pat >/dev/null 2>&1 || exit 1