summaryrefslogtreecommitdiffstats
path: root/plugins-scripts/check_oracle.sh
diff options
context:
space:
mode:
authorMisterMountain <bjoern.berg@netways.de>2023-04-11 14:26:12 (GMT)
committerMisterMountain <bjoern.berg@netways.de>2023-04-11 14:26:12 (GMT)
commit5af4db7b4169acee20bfa2d637ce3f3eb5bdef47 (patch)
tree4e2a2805eaea7c7ca578ffbf178456e8ed25b3cd /plugins-scripts/check_oracle.sh
parentac3032a0ba6f30befd6c605970ae856dcdb05384 (diff)
downloadmonitoring-plugins-5af4db7b4169acee20bfa2d637ce3f3eb5bdef47.tar.gz
fixed the outputs of the --versions options on 3 scripts
Diffstat (limited to 'plugins-scripts/check_oracle.sh')
-rwxr-xr-xplugins-scripts/check_oracle.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins-scripts/check_oracle.sh b/plugins-scripts/check_oracle.sh
index b14ec50..f340b97 100755
--- a/plugins-scripts/check_oracle.sh
+++ b/plugins-scripts/check_oracle.sh
@@ -95,7 +95,7 @@ case "$cmd" in
95 ;; 95 ;;
96--version) 96--version)
97 print_revision "$PROGNAME" "$REVISION" 97 print_revision "$PROGNAME" "$REVISION"
98 exit "$STATE_OK" 98 exit "$STATE_UNKNOWN"
99 ;; 99 ;;
100-V) 100-V)
101 print_revision "$PROGNAME" "$REVISION" 101 print_revision "$PROGNAME" "$REVISION"