Change binary names

This commit is contained in:
Victor Carlos Erenu
2026-02-25 21:16:42 +07:00
parent d61b76c44d
commit c11ecfe883
2 changed files with 6 additions and 6 deletions
+3 -3
View File
@@ -1,5 +1,5 @@
file: file:
/var/wazuh-manager/bin/wazuh-control: /var/wazuh-manager/bin/wazuh-manager-control:
exists: true exists: true
mode: "0750" mode: "0750"
owner: root owner: root
@@ -15,14 +15,14 @@ file:
contains: [] contains: []
/var/wazuh-manager/etc/sslmanager.cert: /var/wazuh-manager/etc/sslmanager.cert:
exists: true exists: true
mode: "0644" mode: "0640"
owner: root owner: root
group: root group: root
filetype: file filetype: file
contains: [] contains: []
/var/wazuh-manager/etc/sslmanager.key: /var/wazuh-manager/etc/sslmanager.key:
exists: true exists: true
mode: "0600" mode: "0640"
owner: root owner: root
group: root group: root
filetype: file filetype: file
@@ -108,8 +108,8 @@ function_entrypoint_scripts() {
function_configure_vulnerability_detection() { function_configure_vulnerability_detection() {
if [ "$INDEXER_PASSWORD" != "" ]; then if [ "$INDEXER_PASSWORD" != "" ]; then
>&2 echo "Configuring password." >&2 echo "Configuring password."
echo "$INDEXER_USERNAME" | /var/wazuh-manager/bin/wazuh-keystore -f indexer -k username echo "$INDEXER_USERNAME" | /var/wazuh-manager/bin/wazuh-manager-keystore -f indexer -k username
echo "$INDEXER_PASSWORD" | /var/wazuh-manager/bin/wazuh-keystore -f indexer -k password echo "$INDEXER_PASSWORD" | /var/wazuh-manager/bin/wazuh-manager-keystore -f indexer -k password
fi fi
} }
@@ -126,4 +126,4 @@ function_configure_vulnerability_detection
function_entrypoint_scripts function_entrypoint_scripts
# Start Wazuh # Start Wazuh
/var/wazuh-manager/bin/wazuh-control start /var/wazuh-manager/bin/wazuh-manager-control start