mirror of
https://github.com/netbirdio/plugins.git
synced 2026-05-22 18:44:07 -07:00
security/acme-client: fix invalid attempt to record the exit code
This commit is contained in:
committed by
Franco Fichtner
parent
b3249c3827
commit
46303731bd
@@ -982,9 +982,6 @@ function run_restart_actions($certlist, $modelObj)
|
||||
|
||||
usleep(100000);
|
||||
}
|
||||
|
||||
// Get exit code
|
||||
$result = proc_close($proc);
|
||||
} else {
|
||||
log_error("AcmeClient: unable to initiate restart action: " . $action->name);
|
||||
continue; // Continue with next action.
|
||||
|
||||
Reference in New Issue
Block a user