summaryrefslogtreecommitdiffstats
path: root/plugins-scripts/check_oracle.sh
diff options
context:
space:
mode:
Diffstat (limited to 'plugins-scripts/check_oracle.sh')
-rwxr-xr-xplugins-scripts/check_oracle.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins-scripts/check_oracle.sh b/plugins-scripts/check_oracle.sh
index 56962e3..0a8f152 100755
--- a/plugins-scripts/check_oracle.sh
+++ b/plugins-scripts/check_oracle.sh
@@ -89,11 +89,11 @@ case "$cmd" in
89 exit $STATE_OK 89 exit $STATE_OK
90 ;; 90 ;;
91--version) 91--version)
92 print_revision $PLUGIN $REVISION 92 print_revision $PROGNAME $REVISION
93 exit $STATE_OK 93 exit $STATE_OK
94 ;; 94 ;;
95-V) 95-V)
96 print_revision $PLUGIN $REVISION 96 print_revision $PROGNAME $REVISION
97 exit $STATE_OK 97 exit $STATE_OK
98 ;; 98 ;;
99esac 99esac