From cb75b2df6593b132ea130a766d962bad40838a93 Mon Sep 17 00:00:00 2001 From: William Wernert Date: Wed, 4 Nov 2020 16:23:51 -0500 Subject: [PATCH] [revert] Remove wazuh-agent package as well --- setup/so-functions | 1 - 1 file changed, 1 deletion(-) diff --git a/setup/so-functions b/setup/so-functions index 438394a75..6618f34c1 100755 --- a/setup/so-functions +++ b/setup/so-functions @@ -1449,7 +1449,6 @@ reinstall_init() { # Remove the old launcher package in case the config changes remove_package launcher-final - remove_package wazuh-agent } >> $setup_log 2>&1 }