Added HP-UX plugins check_hpux_drd_status, check_hpux_patch_version

Added routines to include_data.sh
This commit is contained in:
Patrick Van der Veken
2018-05-12 16:20:53 +02:00
parent 17f15593ed
commit 99a5198096
8 changed files with 660 additions and 10 deletions
+1 -1
View File
@@ -341,7 +341,7 @@ fi
# --check-host,--check/--disable/--enable/--run/--show/--archive,--hc
if [[ -n "${ARG_HC}" ]] && (( ARG_ACTION == 0 ))
then
print -u2 "ERROR: you must specify an action for the HC (--check/--disable/--enable/--run/--show)"
print -u2 "ERROR: you must specify an action for the HC (--archive/--check/--disable/--enable/--run/--show)"
exit 1
fi
if (( ARG_CHECK_HOST == 0 ))