Fix auomsctl upgrade
This commit is contained in:
Родитель
e2b4e366d3
Коммит
7066e7ad51
|
@ -1567,7 +1567,7 @@ int upgrade() {
|
|||
|
||||
try {
|
||||
// Use auditd plugin file to determine if auoms should be enabled
|
||||
if (is_auditd_plugin_enabled()) {
|
||||
if (is_service_enabled() || is_auditd_plugin_enabled()) {
|
||||
// Stop services
|
||||
if (PathExists(AUDITD_BIN)) {
|
||||
stop_auditd_service();
|
||||
|
|
Загрузка…
Ссылка в новой задаче