Skip to content

Commit

Permalink
Removing the 4.1.5 patch
Browse files Browse the repository at this point in the history
  • Loading branch information
alberpilot authored May 12, 2021
1 parent 89a0d59 commit a27a6e5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions macos/package_files/4.2.0/postinstall.sh
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,11 @@ ${INSTALLATION_SCRIPTS_DIR}/src/init/darwin-init.sh ${DIR}
# Remove temporary directory
rm -rf ${DIR}/packages_files

# Remove 4.1.5 patch
if [ -f ${DIR}/queue/alerts/sockets ]; then
rm ${DIR}/queue/alerts/sockets
fi

if ${upgrade} && ${restart}; then
${DIR}/bin/wazuh-control restart
fi

0 comments on commit a27a6e5

Please sign in to comment.