diff options
Diffstat (limited to 'plugins-scripts/check_log.sh')
-rwxr-xr-x | plugins-scripts/check_log.sh | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/plugins-scripts/check_log.sh b/plugins-scripts/check_log.sh index f67eff6..d28c8d0 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 | PATH="@TRUSTED_PATH@" | ||
62 | export PATH | ||
61 | PROGNAME=`basename $0` | 63 | PROGNAME=`basename $0` |
62 | PROGPATH=`echo $0 | sed -e 's,[\\/][^\\/][^\\/]*$,,'` | 64 | PROGPATH=`echo $0 | sed -e 's,[\\/][^\\/][^\\/]*$,,'` |
63 | REVISION="@NP_VERSION@" | 65 | REVISION="@NP_VERSION@" |
64 | PATH="@TRUSTED_PATH@" | ||
65 | |||
66 | export PATH | ||
67 | 66 | ||
68 | . $PROGPATH/utils.sh | 67 | . $PROGPATH/utils.sh |
69 | 68 | ||