From: Jason Etheridge Date: Thu, 3 Jan 2019 21:01:30 +0000 (-0500) Subject: whitespace isn't syntax.. but sometimes it is X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=bbc7f969242b6de7102291b154e494071b1dae92;p=working%2Frandom.git whitespace isn't syntax.. but sometimes it is --- diff --git a/installer/stretch/eg_stretch_installer.sh b/installer/stretch/eg_stretch_installer.sh index 16daf8dde..dee0ce11f 100755 --- a/installer/stretch/eg_stretch_installer.sh +++ b/installer/stretch/eg_stretch_installer.sh @@ -524,7 +524,7 @@ function configure_websockets { echo Return Value = $? echo After OpenSRF is up and running, fire up the secondary Apache instance. - if [-e /etc/init.d/apache2-websockets ]; then + if [ -e /etc/init.d/apache2-websockets ]; then /etc/init.d/apache2-websockets start else systemctl start apache2@websockets.service