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:
parent
ed4d488e93
commit
6613a45677
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue