From 0680a963e3dcb9251b3177df64ae0291ec306c1b Mon Sep 17 00:00:00 2001 From: Jason Stephenson Date: Wed, 20 Feb 2019 15:00:49 -0500 Subject: [PATCH] Forgot the unzip command in the previous commit. Signed-off-by: Jason Stephenson --- scripts/postbuild.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/postbuild.sh b/scripts/postbuild.sh index 4f73304..b61b0eb 100755 --- a/scripts/postbuild.sh +++ b/scripts/postbuild.sh @@ -186,7 +186,7 @@ fi # Install and start websocketd cd /home/opensrf 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 unzip websocketd-0.3.1-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 \ -- 2.11.0