diff options
| author | Jan Wagner <waja@cyconet.org> | 2014-10-06 10:25:31 +0200 |
|---|---|---|
| committer | Jan Wagner <waja@cyconet.org> | 2014-10-06 10:25:31 +0200 |
| commit | 93071168df90cd71ecb0cd391923cb4cc7de8d3d (patch) | |
| tree | 577dc81b76783b0b1bb885fe5a94b2af02818a9b /plugins-scripts/check_log.sh | |
| parent | 4034419bebf1ff0b83596e109218d3682d23d874 (diff) | |
| parent | 6100950329ff28ba52fa16b67539687efcb1ff08 (diff) | |
| download | monitoring-plugins-93071168df90cd71ecb0cd391923cb4cc7de8d3d.tar.gz | |
Merge branch 'maint'
Conflicts:
NEWS
THANKS.in
Diffstat (limited to 'plugins-scripts/check_log.sh')
| -rwxr-xr-x | plugins-scripts/check_log.sh | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/plugins-scripts/check_log.sh b/plugins-scripts/check_log.sh index 8653a5e1..d28c8d0a 100755 --- a/plugins-scripts/check_log.sh +++ b/plugins-scripts/check_log.sh | |||
| @@ -58,12 +58,11 @@ | |||
| 58 | # Paths to commands used in this script. These | 58 | # Paths to commands used in this script. These |
| 59 | # may have to be modified to match your system setup. | 59 | # may have to be modified to match your system setup. |
| 60 | 60 | ||
| 61 | PROGNAME=`/bin/basename $0` | ||
| 62 | PROGPATH=`echo $0 | sed -e 's,[\\/][^\\/][^\\/]*$,,'` | ||
| 63 | REVISION="@NP_VERSION@" | ||
| 64 | PATH="@TRUSTED_PATH@" | 61 | PATH="@TRUSTED_PATH@" |
| 65 | |||
| 66 | export PATH | 62 | export PATH |
| 63 | PROGNAME=`basename $0` | ||
| 64 | PROGPATH=`echo $0 | sed -e 's,[\\/][^\\/][^\\/]*$,,'` | ||
| 65 | REVISION="@NP_VERSION@" | ||
| 67 | 66 | ||
| 68 | . $PROGPATH/utils.sh | 67 | . $PROGPATH/utils.sh |
| 69 | 68 | ||
