Issue #2762: Fixed typo when checking JETTY_START_TIMEOUT.
This commit is contained in:
Simone Bordet 2018-08-03 12:14:38 +02:00 committed by GitHub
commit 5cf256f3fd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -385,7 +385,7 @@ fi
#####################################################
# Set STARTED timeout
#####################################################
if [ -z "$JETTY_START_TIMEOUT"]
if [ -z "$JETTY_START_TIMEOUT" ]
then
JETTY_START_TIMEOUT=60
fi