diff options
Diffstat (limited to 'plugins-scripts/check_log.sh')
-rwxr-xr-x | plugins-scripts/check_log.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins-scripts/check_log.sh b/plugins-scripts/check_log.sh index 0f221565..355bd01e 100755 --- a/plugins-scripts/check_log.sh +++ b/plugins-scripts/check_log.sh @@ -1,4 +1,4 @@ -#! /bin/sh +#!/bin/sh # # Log file pattern detector plugin for Nagios # Written by Ethan Galstad (nagios@nagios.org) |