1
0
mirror of https://github.com/AG7GN/nexus-utilities.git synced 2025-05-17 23:20:08 -07:00

Update comment on usage

This commit is contained in:
Steve Magnuson 2020-04-03 10:13:06 -07:00
parent 8d2f2ce2d4
commit dd36cef336

View File

@ -2,8 +2,11 @@
# Extracts Connection events for VNC server activity occuring in the past 24 hours # Extracts Connection events for VNC server activity occuring in the past 24 hours
# and emails results via patmail.sh and pat # 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. # Pat and patmail.sh must be installed. If they are not, exit.
command -v pat >/dev/null 2>&1 || exit 1 command -v pat >/dev/null 2>&1 || exit 1