Skip to content
Snippets Groups Projects

OP#7659 Icinga-Check Mysql - Hilfe wird nicht angezeigt https://projects.iml.unibe.ch/work_packages/7659

1 file
+ 2
1
Compare changes
  • Side-by-side
  • Inline
+ 2
1
@@ -21,6 +21,7 @@
# 2023-06-06 v0.3 <axel.hahn@unibe.ch> some shell fixes
# 2023-07-28 v1.0 <axel.hahn@unibe.ch> update help page; fix [client]: command not found
# 2023-08-30 v1.1 <axel.hahn@unibe.ch> reverse return code in ph.hasParamoption to unix like return codes: 0=true; <>0 = false
# 2024-12-09 v1.2 <axel.hahn@unibe.ch> fix showing help
# ======================================================================
. $( dirname $0 )/inc_pluginfunctions
@@ -200,7 +201,7 @@ ph.hasParamoption "u" "$@"; bOptUninstall=$?
ph.hasParamoption "h" "$@"; bOptHelp=$?
if [ $bOptHelp -eq 0 -o $# -lt 1 ]; then
echo "showHelp"
showHelp
exit 0
fi
Loading