diff --git a/xymon/plugins/client/ext/maco.sh b/xymon/plugins/client/ext/maco.sh index fb366f1..4497d6b 100755 --- a/xymon/plugins/client/ext/maco.sh +++ b/xymon/plugins/client/ext/maco.sh @@ -241,14 +241,14 @@ main() { # {{{ ## If any previous file is empty if is_file_empty "${PLUGIN_RESULT}" || is_file_empty "${PLUGIN_STATE}"; then ## Add HTML header for this part - add_header "Compare version" + add_header "Compare version" >> "${PLUGIN_RESULT}" ## (re)check Maco update get_maco_update ## Analyze Maco update result (add color,…) analyze_maco_update ## Add HTML header for this part - add_header "Pending update" + add_header "Pending update" >> "${PLUGIN_RESULT}" ## Check for pending update for Maco check_pending_update ## Check for urgent pending update for Maco