Small issues fixed (#3386)

This commit is contained in:
Bas van den Berg
2025-03-24 15:27:18 +01:00
committed by GitHub
parent 396922b9fd
commit 7d0f60c8d1
3 changed files with 5 additions and 14 deletions

View File

@@ -23,7 +23,7 @@ function update_script() {
header_info
check_container_storage
check_container_resources
if [[ ! -d /var ]]; then
if [[ ! -f /lib/systemd/system/wazuh-manager.service ]]; then
msg_error "No ${APP} Installation Found!"
exit
fi