Repository: stratos
Updated Branches:
  refs/heads/master 5c636606a -> ba95cf3d1


removed jps which displayed java processes in clean.sh


Project: http://git-wip-us.apache.org/repos/asf/stratos/repo
Commit: http://git-wip-us.apache.org/repos/asf/stratos/commit/ba95cf3d
Tree: http://git-wip-us.apache.org/repos/asf/stratos/tree/ba95cf3d
Diff: http://git-wip-us.apache.org/repos/asf/stratos/diff/ba95cf3d

Branch: refs/heads/master
Commit: ba95cf3d106fadb4d034e7be46abc4a59eccfbcd
Parents: 5c63660
Author: Chamila de Alwis <[email protected]>
Authored: Thu Oct 16 14:31:59 2014 +0530
Committer: Chamila de Alwis <[email protected]>
Committed: Thu Oct 16 14:31:59 2014 +0530

----------------------------------------------------------------------
 tools/stratos-installer/clean.sh | 2 --
 1 file changed, 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/stratos/blob/ba95cf3d/tools/stratos-installer/clean.sh
----------------------------------------------------------------------
diff --git a/tools/stratos-installer/clean.sh b/tools/stratos-installer/clean.sh
index e405c9d..55c735e 100755
--- a/tools/stratos-installer/clean.sh
+++ b/tools/stratos-installer/clean.sh
@@ -81,8 +81,6 @@ if [[ ( -n $mysql_user && -n $mysql_pass ) ]]; then
        fi
 fi
 echo 'Stopping Carbon java processes'
-jps -mlV
-
 #killing carbon processes
 for pid in $(ps aux | grep "[o]rg.wso2.carbon.bootstrap.Bootstrap" | awk 
'{print $2}')
 do

Reply via email to