You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@accumulo.apache.org by kt...@apache.org on 2013/02/28 19:56:49 UTC

svn commit: r1451293 - /accumulo/branches/1.5/bin/stop-all.sh

Author: kturner
Date: Thu Feb 28 18:56:49 2013
New Revision: 1451293

URL: http://svn.apache.org/r1451293
Log:
ACCUMULO-995 Applied patch from Michael Allen that fixes passing options to stop-all.sh

Modified:
    accumulo/branches/1.5/bin/stop-all.sh

Modified: accumulo/branches/1.5/bin/stop-all.sh
URL: http://svn.apache.org/viewvc/accumulo/branches/1.5/bin/stop-all.sh?rev=1451293&r1=1451292&r2=1451293&view=diff
==============================================================================
--- accumulo/branches/1.5/bin/stop-all.sh (original)
+++ accumulo/branches/1.5/bin/stop-all.sh Thu Feb 28 18:56:49 2013
@@ -21,7 +21,7 @@ bin=`cd "$bin"; pwd`
 
 . "$bin"/config.sh
 
-${bin}/accumulo admin stopAll "$@"
+${bin}/accumulo admin "$@" stopAll
 
 if [ $? -ne 0 ]; then
 echo 'Invalid password or unable to connect to the master'