Added missing space to remove bash warning from JETTY_START_TIMEOUT

Signed-off-by: Zachary Duquette <zachary.duquette@eidosmontreal.com>
This commit is contained in:
Zachary Duquette 2017-08-18 16:10:02 -04:00
parent ed4d488e93
commit 6613a45677
1 changed files with 1 additions and 1 deletions

View File

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