merge with master

This commit is contained in:
m0duspwnens
2021-12-01 14:27:58 -05:00
8 changed files with 20 additions and 17 deletions
+1 -2
View File
@@ -846,8 +846,7 @@ apply_hotfix() {
if [[ "$INSTALLEDVERSION" == "2.3.90" && "$HOTFIXVERSION" == "WAZUH" ]] ; then
FILE="/nsm/wazuh/etc/ossec.conf"
echo "Detecting if ossec.conf needs corrected..."
WAZUHHEADER=$(head -1 $FILE | grep "xml version")
if [[ ! -z "$WAZUHHEADER" ]]; then
if head -1 $FILE | grep -q "xml version"; then
echo "$FILE has an XML header; removing"
sed -i 1d $FILE
so-wazuh-restart