Merge pull request #1757 from eidosmontreal/allow_configure_jetty_start_timeout

Added missing space to remove bash warning from JETTY_START_TIMEOUT
This commit is contained in:
Joakim Erdfelt 2017-08-18 13:38:41 -07:00 committed by GitHub
commit f6bb8fa8db
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