summaryrefslogtreecommitdiff
path: root/lognotify.sh
diff options
context:
space:
mode:
Diffstat (limited to 'lognotify.sh')
-rwxr-xr-xlognotify.sh2
1 files changed, 1 insertions, 1 deletions
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