diff --git a/modules/distribution/src/resources/bin/start-all.sh b/modules/distribution/src/resources/bin/start-all.sh index 3926f8bf..21031a5e 100644 --- a/modules/distribution/src/resources/bin/start-all.sh +++ b/modules/distribution/src/resources/bin/start-all.sh @@ -36,9 +36,9 @@ PRGDIR=`dirname "$PRG"` sh "$CARBON_HOME/broker/bin/wso2server.sh" $* & sleep 10 -sh "$CARBON_HOME/core/bin/wso2server.sh" $* & -sleep 20 sh "$CARBON_HOME/analytics/bin/wso2server.sh" $* & +sleep 20 +sh "$CARBON_HOME/core/bin/wso2server.sh" $* & if [ ! -z "$*" ]; then exit;