From 0bef92b2d21bf94971db7466a1b45e6b1c802589 Mon Sep 17 00:00:00 2001 From: Ben Shum Date: Wed, 24 Jul 2019 20:57:31 -0400 Subject: [PATCH] Run websocketd in background Signed-off-by: Ben Shum --- 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 e97ac501c..da557a8c1 100755 --- a/installer/stretch/eg_stretch_installer.sh +++ b/installer/stretch/eg_stretch_installer.sh @@ -605,7 +605,7 @@ function configure_websockets { echo b. Run websocketd without a proxy (chosen) /usr/local/bin/websocketd --port 7682 --ssl --sslcert=/etc/apache2/ssl/server.crt \ - --sslkey=/etc/apache2/ssl/server.key /openils/bin/osrf-websocket-stdio + --sslkey=/etc/apache2/ssl/server.key /openils/bin/osrf-websocket-stdio & echo End of configuring websockets =~-._ } -- 2.11.0