From: Jason Stephenson Date: Wed, 20 Feb 2019 20:00:49 +0000 (-0500) Subject: Forgot the unzip command in the previous commit. X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=0680a963e3dcb9251b3177df64ae0291ec306c1b;p=contrib%2Fmasslnc%2Fvmscripts.git Forgot the unzip command in the previous commit. Signed-off-by: Jason Stephenson --- 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 \