From bbc7f969242b6de7102291b154e494071b1dae92 Mon Sep 17 00:00:00 2001 From: Jason Etheridge Date: Thu, 3 Jan 2019 16:01:30 -0500 Subject: [PATCH] whitespace isn't syntax.. but sometimes it is --- installer/stretch/eg_stretch_installer.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.11.0