diff options
-rwxr-xr-x | ulri | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -361,7 +361,7 @@ foreach my $prefix (keys %pkg_tree) { # my $proc_state; - if (!$fail) { + if (!$success && !$later && !$fail) { # Need to differenciate process not running with failure to ssh chomp($proc_state = sout($remote, "ps h -o state $pid || echo NOT_RUNNING")); } |