diff options
author | Jan Wagner <waja@cyconet.org> | 2014-08-20 18:32:09 (GMT) |
---|---|---|
committer | Jan Wagner <waja@cyconet.org> | 2014-08-20 18:37:24 (GMT) |
commit | 3a668c0f87f3ad31f28997ed43b374edf78f6227 (patch) | |
tree | 6578424f919711c80eef39dedc2ec23d9a07f70d /plugins-scripts/check_oracle.sh | |
parent | d4b6d09f104f73c462e0e0c8a297ba9fc7c5a53e (diff) | |
download | monitoring-plugins-3a668c0f87f3ad31f28997ed43b374edf78f6227.tar.gz |
Setting PATH at first
Diffstat (limited to 'plugins-scripts/check_oracle.sh')
-rwxr-xr-x | plugins-scripts/check_oracle.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/plugins-scripts/check_oracle.sh b/plugins-scripts/check_oracle.sh index 1873a3c..96078ac 100755 --- a/plugins-scripts/check_oracle.sh +++ b/plugins-scripts/check_oracle.sh | |||
@@ -6,10 +6,11 @@ | |||
6 | # This Monitoring plugin was created to check Oracle status | 6 | # This Monitoring plugin was created to check Oracle status |
7 | # | 7 | # |
8 | 8 | ||
9 | PATH="@TRUSTED_PATH@" | ||
10 | export PATH | ||
9 | PROGNAME=`basename $0` | 11 | PROGNAME=`basename $0` |
10 | PROGPATH=`echo $0 | sed -e 's,[\\/][^\\/][^\\/]*$,,'` | 12 | PROGPATH=`echo $0 | sed -e 's,[\\/][^\\/][^\\/]*$,,'` |
11 | REVISION="@NP_VERSION@" | 13 | REVISION="@NP_VERSION@" |
12 | PATH="@TRUSTED_PATH@" | ||
13 | 14 | ||
14 | . $PROGPATH/utils.sh | 15 | . $PROGPATH/utils.sh |
15 | 16 | ||