aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xulri2
1 files changed, 1 insertions, 1 deletions
diff --git a/ulri b/ulri
index 7ed5664..1cb9bf8 100755
--- a/ulri
+++ b/ulri
@@ -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"));
}