Repository: incubator-stratos Updated Branches: refs/heads/4.0.0-incubating 631b0b7b3 -> 352026bb5
Revert "Fixing https://issues.apache.org/jira/browse/STRATOS-655" This reverts commit 631b0b7b30c6b6df8a156258cb973ce34908231f. Project: http://git-wip-us.apache.org/repos/asf/incubator-stratos/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-stratos/commit/352026bb Tree: http://git-wip-us.apache.org/repos/asf/incubator-stratos/tree/352026bb Diff: http://git-wip-us.apache.org/repos/asf/incubator-stratos/diff/352026bb Branch: refs/heads/4.0.0-incubating Commit: 352026bb51ce18cb4123899f90afeb2446b66b58 Parents: 631b0b7 Author: Imesh Gunaratne <[email protected]> Authored: Fri May 23 01:02:09 2014 +0530 Committer: Imesh Gunaratne <[email protected]> Committed: Fri May 23 01:02:09 2014 +0530 ---------------------------------------------------------------------- products/stratos/modules/distribution/src/bin/stratos.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/352026bb/products/stratos/modules/distribution/src/bin/stratos.sh ---------------------------------------------------------------------- diff --git a/products/stratos/modules/distribution/src/bin/stratos.sh b/products/stratos/modules/distribution/src/bin/stratos.sh index 1af040e..eda3730 100755 --- a/products/stratos/modules/distribution/src/bin/stratos.sh +++ b/products/stratos/modules/distribution/src/bin/stratos.sh @@ -183,7 +183,7 @@ elif [ "$CMD" = "start" ]; then fi export CARBON_HOME=$CARBON_HOME # using nohup bash to avoid erros in solaris OS.TODO - nohup bash $CARBON_HOME/bin/stratos.sh $args < /dev/null > /dev/null 2>&1 & + nohup bash $CARBON_HOME/bin/stratos.sh $args > /dev/null 2>&1 & exit 0 elif [ "$CMD" = "stop" ]; then export CARBON_HOME=$CARBON_HOME @@ -202,7 +202,7 @@ elif [ "$CMD" = "restart" ]; then done # using nohup bash to avoid erros in solaris OS.TODO - nohup bash $CARBON_HOME/bin/stratos.sh $args < /dev/null > /dev/null 2>&1 & + nohup bash $CARBON_HOME/bin/stratos.sh $args > /dev/null 2>&1 & exit 0 elif [ "$CMD" = "test" ]; then JAVACMD="exec "$JAVACMD""
