From cc53639cffd68f13459cffe60b7e474182cc7a80 Mon Sep 17 00:00:00 2001 From: xiaoqidun Date: Fri, 21 Apr 2017 10:54:16 +0800 Subject: [PATCH] lnmpp 1.8 develop --- lnmpp.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lnmpp.sh b/lnmpp.sh index ee189a6..0264620 100644 --- a/lnmpp.sh +++ b/lnmpp.sh @@ -43,7 +43,7 @@ init() { PHPFPM_GROUP=linux ! test -n "$PHP_VER" && PHP_VER=5.6.30 ! test -n "$BFTPD_VER" && BFTPD_VER=4.4 - ! test -n "$NGINX_VER" && NGINX_VER=1.11.13 + ! test -n "$NGINX_VER" && NGINX_VER=1.12.0 ! test -n "$MYSQL_VER" && MYSQL_VER=5.6.35 ! test -n "$PGSQL_VER" && PGSQL_VER=9.6.2 LIBMCRYPT_VER=2.5.8 @@ -875,7 +875,7 @@ tar_extract() { } xqd_extract() { file=xiaoqidun.tar.bz2 - sha1=8ac9420610517a689551e244410ae247553a29c3 + sha1=f8dbc96e20362493433871cfac2b75d148d3b85f if test -f $file && test "$(sha1sum $file | awk '{print$1}')" = "$sha1" ; then tar -jxf $file >> /dev/null 2>&1 & echo -n +Extract lnmpp package\ ;wait_pid $!