Skip to content

Commit

Permalink
Add debug messages
Browse files Browse the repository at this point in the history
  • Loading branch information
tsarquis88 committed Dec 12, 2023
1 parent 6e90d2b commit ac7d65c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions debs/SPECS/wazuh-manager/debian/postinst
Original file line number Diff line number Diff line change
Expand Up @@ -319,9 +319,13 @@ case "$1" in
}

# Update VD configuration if necessary.
echo "A"
if is_old_vulndet_config_present "${DIR}/etc/ossec.conf"; then
echo "B"
update_vulndet_config "${DIR}/etc/ossec.conf"
echo "C"
fi
echo "D"

#Delete obsolete files
if [ -f /etc/ossec-init.conf ]; then
Expand Down

0 comments on commit ac7d65c

Please sign in to comment.