security/acme-client: fix invalid attempt to record the exit code

This commit is contained in:
Frank Wall
2017-02-07 18:45:24 +01:00
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.