IDEMPIERE-2180:debug option for the server start script

This commit is contained in:
hieplq 2014-09-17 21:16:14 +07:00
parent d04844a375
commit 28db4e66f8
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ else
echo Set JAVA_HOME to the directory of your local JDK.
fi
if [ "$1"=="debug" ]; then
if [ "$1" = "debug" ] then
DEBUG="-Xdebug -Xnoagent -Xrunjdwp:transport=dt_socket,address=4554,server=y,suspend=n"
fi