From 455e6cdacb4da044a3bfc85a162467d3e797ef51 Mon Sep 17 00:00:00 2001 From: David Vazgenovich Shakaryan Date: Mon, 27 Sep 2010 19:03:29 -0700 Subject: Change error message. --- lognotify.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lognotify.sh') diff --git a/lognotify.sh b/lognotify.sh index 6c29a8f..6c16150 100755 --- a/lognotify.sh +++ b/lognotify.sh @@ -21,7 +21,7 @@ IDENTIFIER="$1" if [ -f "${CONFIGDIR}/${IDENTIFIER}" ]; then source "${CONFIGDIR}/${IDENTIFIER}" else - echo "$0: configuration file for specified identifier not found" >&2 + echo "$0: configuration file not found" >&2 exit 1 fi -- cgit v1.2.3-70-g09d2