diff options
Diffstat (limited to 'plugins-scripts/t')
0 files changed, 0 insertions, 0 deletions
diff --git a/plugins-scripts/check_log.sh b/plugins-scripts/check_log.sh index d71f420..fdb5741 100755 --- a/plugins-scripts/check_log.sh +++ b/plugins-scripts/check_log.sh | |||
@@ -212,7 +212,7 @@ elif [ ! -r "$logfile" ] ; then | |||
212 | exit "$STATE_UNKNOWN" | 212 | exit "$STATE_UNKNOWN" |
213 | fi | 213 | fi |
214 | # If no oldlog was given this can not work properly, abort then | 214 | # If no oldlog was given this can not work properly, abort then |
215 | if [ ! -v oldlog ]; then | 215 | if [ -z "$oldlog" ]; then |
216 | echo "Oldlog parameter is needed" | 216 | echo "Oldlog parameter is needed" |
217 | exit $STATE_UNKNOWN | 217 | exit $STATE_UNKNOWN |
218 | fi | 218 | fi |