Merge pull request #999 from sinthuja/test-merge

Fixing https://github.com/wso2/product-iots/issues/522.
application-manager-new
Ruwan 7 years ago committed by GitHub
commit fbf45f8f8f

@ -181,7 +181,7 @@ elif [ "$CMD" = "start" ]; then
fi
export CARBON_HOME=$CARBON_HOME
# using nohup sh to avoid erros in solaris OS.TODO
nohup sh $CARBON_HOME/bin/wso2server.sh $args > /dev/null 2>&1 &
nohup sh $CARBON_HOME/bin/iot-server.sh $args > /dev/null 2>&1 &
exit 0
elif [ "$CMD" = "stop" ]; then
export CARBON_HOME=$CARBON_HOME
@ -200,7 +200,7 @@ elif [ "$CMD" = "restart" ]; then
done
# using nohup sh to avoid erros in solaris OS.TODO
nohup sh $CARBON_HOME/bin/wso2server.sh $args > /dev/null 2>&1 &
nohup sh $CARBON_HOME/bin/iot-server.sh $args > /dev/null 2>&1 &
exit 0
elif [ "$CMD" = "test" ]; then
JAVACMD="exec "$JAVACMD""

Loading…
Cancel
Save