You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uima.apache.org by ch...@apache.org on 2015/06/17 18:42:49 UTC

svn commit: r1686074 - /uima/sandbox/uima-ducc/trunk/uima-ducc-examples/src/main/scripts/stop_sim

Author: challngr
Date: Wed Jun 17 16:42:48 2015
New Revision: 1686074

URL: http://svn.apache.org/r1686074
Log:
UIMA-4358 Fix spurious message if 'mesg n' if set in .bashrc.

Modified:
    uima/sandbox/uima-ducc/trunk/uima-ducc-examples/src/main/scripts/stop_sim

Modified: uima/sandbox/uima-ducc/trunk/uima-ducc-examples/src/main/scripts/stop_sim
URL: http://svn.apache.org/viewvc/uima/sandbox/uima-ducc/trunk/uima-ducc-examples/src/main/scripts/stop_sim?rev=1686074&r1=1686073&r2=1686074&view=diff
==============================================================================
--- uima/sandbox/uima-ducc/trunk/uima-ducc-examples/src/main/scripts/stop_sim (original)
+++ uima/sandbox/uima-ducc/trunk/uima-ducc-examples/src/main/scripts/stop_sim Wed Jun 17 16:42:48 2015
@@ -48,7 +48,7 @@ class StopSim(DuccUtil):
             cmp = 'agent'
         else:
             cmp = inst
-        self.ssh(node, False, 'kill', signal, pid)
+        self.ssh(node, True, 'kill', signal, pid)
 
         return msgs