Merged work on rexec
authorandrew <Andrew@DeFaria.com>
Wed, 9 Apr 2014 04:30:04 +0000 (21:30 -0700)
committerandrew <Andrew@DeFaria.com>
Wed, 9 Apr 2014 04:30:04 +0000 (21:30 -0700)
bin/rexec

index 7f73760..48dea14 100755 (executable)
--- a/bin/rexec
+++ b/bin/rexec
@@ -80,7 +80,7 @@ sub Interrupted {
 
   display BLUE . "\nInterrupted execution on $currentHost" . RESET;
 
-  Stats \%total, $log;
+  Stats \%total;
 
   display_nolf "Executing on " . YELLOW . $currentHost . RESET . " - "
     . GREEN     . BOLD . "S" . RESET . GREEN    . "kip"         . RESET . ", "
@@ -109,7 +109,7 @@ sub Interrupted {
     $total{Skips}++;
   } elsif ($answer eq "a") {
     display RED . "Aborting run". RESET;
-    Stats \%total, $log;
+    Stats \%total;
     exit;
   } else {
     display "Continuing...";