Merge pull request #2766 from DavidShepherdson/Issue-#2762
Issue #2762: Fixed typo when checking JETTY_START_TIMEOUT.
This commit is contained in:
commit
5cf256f3fd
|
@ -385,7 +385,7 @@ fi
|
|||
#####################################################
|
||||
# Set STARTED timeout
|
||||
#####################################################
|
||||
if [ -z "$JETTY_START_TIMEOUT"]
|
||||
if [ -z "$JETTY_START_TIMEOUT" ]
|
||||
then
|
||||
JETTY_START_TIMEOUT=60
|
||||
fi
|
||||
|
|
Loading…
Reference in New Issue