Skip to content

Commit 5295c6c

Browse files
committed
version update
1 parent 7079baf commit 5295c6c

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ See below for additional options and usage examples.
3434
| `-A` |`--adminpassword [PASSWORD]`| To set the WebAdmin password for OpenLiteSpeed instead of using a random one.|
3535
| |`--adminport [PORTNUMBER]`| To set the WebAdmin console port number instead of 7080.|
3636
| `-E` |`--email [EMAIL]`| To set the administrator email.|
37-
| |`--lsphp [VERSION]` | To set the LSPHP version, such as 83. We currently support versions '74 80 81 82 83'.|
38-
| |`--mariadbver [VERSION]` | To set MariaDB version, such as 11.4. We currently support versions '10.6 10.11 11.4 11.6'.|
37+
| |`--lsphp [VERSION]` | To set the LSPHP version, such as 84. We currently support versions '74 80 81 82 83 84'.|
38+
| |`--mariadbver [VERSION]` | To set MariaDB version, such as 11.4. We currently support versions '10.11 11.4 11.6 11.8'.|
3939
| `-W` |`--wordpress`| To install WordPress. You will still need to complete the WordPress setup by browser|
4040
| | `--wordpressplus [SITEDOMAIN]`| To install, set up, and configure WordPress, also LSCache will be enabled|
4141
| | `--wordpresspath [WP_PATH]`| To specify a location for the new WordPress installation or use for an existing WordPress.|

ols1clk.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,12 +68,12 @@ USERPASSWORD=
6868
WPPASSWORD=
6969
LSPHPVERLIST=(74 80 81 82 83 84)
7070
MARIADBVERLIST=(10.5 10.6 10.11 11.4 11.6 11.8)
71-
LSPHPVER=83
71+
LSPHPVER=84
7272
MARIADBVER=11.4
7373
#MYSQLVER=8.0
7474
PERCONAVER=80
7575
WEBADMIN_LSPHPVER=74
76-
OWASP_V='4.14.0'
76+
OWASP_V='4.16.0'
7777
SET_OWASP=
7878
SET_fail2ban=
7979
ALLERRORS=0
@@ -2394,7 +2394,7 @@ function main_ols_test
23942394
{
23952395
echoCYAN "Start auto testing >> >> >> >>"
23962396
test_ols_admin
2397-
if [ "${PURE_DB}" = '1' ] || [ "${PURE_MYSQL}" = '1' ] || [ "${PURE_PERCONA}" = '1' ] ; then
2397+
if [ "${PURE_DB}" = '1' ] || [ "${PURE_MYSQL}" = '1' ] || [ "${PURE_PERCONA}" = '1' ] || [ "${INSTALLWORDPRESS}" = '0' ]; then
23982398
test_ols
23992399
elif [ "$INSTALLWORDPRESS" = "1" ] ; then
24002400
if [ "$INSTALLWORDPRESSPLUS" = "1" ] ; then

0 commit comments

Comments
 (0)