whitespace isn't syntax.. but sometimes it is
authorJason Etheridge <jason@equinoxinitiative.org>
Thu, 3 Jan 2019 21:01:30 +0000 (16:01 -0500)
committerJason Etheridge <jason@equinoxinitiative.org>
Thu, 3 Jan 2019 21:01:30 +0000 (16:01 -0500)
installer/stretch/eg_stretch_installer.sh

index 16daf8d..dee0ce1 100755 (executable)
@@ -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