mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-27 16:12:04 +00:00
Use 253 not 200.
This commit is contained in:
@@ -7111,7 +7111,7 @@ sub run_service {
|
||||
exit_status => $cmd_exit_status,
|
||||
};
|
||||
|
||||
if ( $cmd_exit_status == 200 ) {
|
||||
if ( $cmd_exit_status == 253 ) {
|
||||
$logger->error($task->name . ' exit status not zero, '
|
||||
. 'stopping ' . $service->name . ' service');
|
||||
stop_service(
|
||||
|
Reference in New Issue
Block a user