Files
runtipi-appstore/apps
Gui-Gos 65f171fe4f
Some checks failed
Test / test (push) Has been cancelled
docs: Fix sed regex to match password without quotes in wazuh.yml
The actual wazuh.yml file has passwords WITHOUT quotes:
  password: MyS3cr37P450r.*-

But the sed command was searching FOR quotes:
  password: "MyS3cr37P450r.*-"

This caused the sed command to not match and not replace anything.

Fixed by removing quotes from the sed pattern to match the actual
YAML format used by Wazuh.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2026-01-04 19:39:06 +01:00
..