update default server version
This commit is contained in:
parent
8b13d04291
commit
0da48d31dc
10
lnmpp.sh
10
lnmpp.sh
@ -41,11 +41,11 @@ init() {
|
|||||||
PGSQL_GROUP=postgres
|
PGSQL_GROUP=postgres
|
||||||
PHPFPM_USER=linux
|
PHPFPM_USER=linux
|
||||||
PHPFPM_GROUP=linux
|
PHPFPM_GROUP=linux
|
||||||
! test -n "$PHP_VER" && PHP_VER=5.6.35
|
! test -n "$PHP_VER" && PHP_VER=5.6.38
|
||||||
! test -n "$BFTPD_VER" && BFTPD_VER=4.9
|
! test -n "$BFTPD_VER" && BFTPD_VER=5.0
|
||||||
! test -n "$NGINX_VER" && NGINX_VER=1.13.12
|
! test -n "$NGINX_VER" && NGINX_VER=1.15.5
|
||||||
! test -n "$MYSQL_VER" && MYSQL_VER=5.6.39
|
! test -n "$MYSQL_VER" && MYSQL_VER=5.6.42
|
||||||
! test -n "$PGSQL_VER" && PGSQL_VER=10.3
|
! test -n "$PGSQL_VER" && PGSQL_VER=11.0
|
||||||
LIBMCRYPT_VER=2.5.8
|
LIBMCRYPT_VER=2.5.8
|
||||||
ETC=$XPWD/xiaoqidun/etc
|
ETC=$XPWD/xiaoqidun/etc
|
||||||
XQD=$XPWD/xiaoqidun/xqd
|
XQD=$XPWD/xiaoqidun/xqd
|
||||||
|
Loading…
Reference in New Issue
Block a user