From 1a27ff0771402847d55cd1bc4703df002463c17c Mon Sep 17 00:00:00 2001 From: Jason Stephenson Date: Wed, 20 Feb 2019 14:56:35 -0500 Subject: [PATCH] Update websocketd to version 0.3.1. Also, redirect websocketd message to /home/opensrf/websocketd.log. Prior to this, websocketd's messages were going to buildeg.txt. Signed-off-by: Jason Stephenson --- scripts/postbuild.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/postbuild.sh b/scripts/postbuild.sh index a2a69eb..4f73304 100755 --- a/scripts/postbuild.sh +++ b/scripts/postbuild.sh @@ -185,12 +185,12 @@ fi # Install and start websocketd cd /home/opensrf -wget https://github.com/joewalnes/websocketd/releases/download/v0.3.0/websocketd-0.3.0-linux_amd64.zip +wget https://github.com/joewalnes/websocketd/releases/download/v0.3.1/websocketd-0.3.1-linux_amd64.zip sudo unzip websocketd-0.3.0-linux_amd64.zip websocketd -d /usr/local/bin/ sudo -b /usr/local/bin/websocketd --port 7682 --ssl \ --sslcert=/etc/apache2/ssl/server.crt \ --sslkey=/etc/apache2/ssl/server.key \ - --loglevel=error /openils/bin/osrf-websocket-stdio + --loglevel=error /openils/bin/osrf-websocket-stdio 2>&1 > /home/opensrf/websocketd.log # Start Evergreen up! osrf_control --localhost --start-all -- 2.11.0