From 1e37b581d3a975723a4a17ac3cef959420adf667 Mon Sep 17 00:00:00 2001 From: Leigh B Stoller Date: Wed, 2 Oct 2013 11:03:41 -0600 Subject: [PATCH] Fix previous revision. --- protogeni/lib/GeniAggregate.pm.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/protogeni/lib/GeniAggregate.pm.in b/protogeni/lib/GeniAggregate.pm.in index 5371b0216..943013740 100755 --- a/protogeni/lib/GeniAggregate.pm.in +++ b/protogeni/lib/GeniAggregate.pm.in @@ -896,7 +896,7 @@ sub Start($$$) # # This could result in more work then we want. # - if ($action eq "restart") { + if ($restart) { $output = GeniUtil::ExecQuiet("$TARFILES_SETUP -q $pid $eid"); if ($?) { $msg = "Could not setup tarfiles:\n$output"; -- GitLab