You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airavata.apache.org by sc...@apache.org on 2016/10/16 22:26:16 UTC

[34/51] [abbrv] airavata git commit: removing invalid echo

removing invalid echo


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

Branch: refs/heads/airavata-gov-registry
Commit: 6efb535b0a4df26f3fc2453e3180a429075fc5a4
Parents: fe76d11
Author: scnakandala <su...@gmail.com>
Authored: Thu Oct 13 18:01:37 2016 -0400
Committer: scnakandala <su...@gmail.com>
Committed: Thu Oct 13 18:01:37 2016 -0400

----------------------------------------------------------------------
 .../src/main/resources/bin/sharing-registry.sh                      | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/airavata/blob/6efb535b/modules/sharing-registry/sharing-registry-distribution/src/main/resources/bin/sharing-registry.sh
----------------------------------------------------------------------
diff --git a/modules/sharing-registry/sharing-registry-distribution/src/main/resources/bin/sharing-registry.sh b/modules/sharing-registry/sharing-registry-distribution/src/main/resources/bin/sharing-registry.sh
index 0725c48..44aef1f 100644
--- a/modules/sharing-registry/sharing-registry-distribution/src/main/resources/bin/sharing-registry.sh
+++ b/modules/sharing-registry/sharing-registry-distribution/src/main/resources/bin/sharing-registry.sh
@@ -81,7 +81,6 @@ then
 		fi
 	done
 else
-	echo $SHARING_REGISTRY_CLASSPATH
 	if $IS_DAEMON_MODE ; then
 		echo "Starting Sharing Registry Server in daemon mode..."
 		nohup $JAVA_HOME/bin/java ${JAVA_OPTS} -classpath "$SHARING_REGISTRY_CLASSPATH"  org.apache.airavata.sharing.registry.server.SharingRegistryServer > ../sharing-registry.out & echo $! > "../sharing-registry-start_$!"