modified: .travis/verify.sh

This commit is contained in:
Code-Egg
2025-10-24 08:19:44 +08:00
parent 37f437a441
commit 91df8b2fa7
2 changed files with 5 additions and 12 deletions
+4 -4
View File
@@ -1,9 +1,9 @@
TimeZone=America/New_York TimeZone=America/New_York
OLS_VERSION=1.8.3 OLS_VERSION=1.8.4
PHP_VERSION=lsphp83 PHP_VERSION=lsphp84
PHPMYADMIN_VERSION=5.2.3 PHPMYADMIN_VERSION=5.2.3
MYSQL_ROOT_PASSWORD=your_root_password
MYSQL_DATABASE=wordpress MYSQL_DATABASE=wordpress
MYSQL_ROOT_PASSWORD=password
MYSQL_USER=wordpress MYSQL_USER=wordpress
MYSQL_PASSWORD=password MYSQL_PASSWORD=your_password
DOMAIN=localhost DOMAIN=localhost
+1 -8
View File
@@ -43,14 +43,7 @@ verify_phpadmin(){
else else
echo '[X] http://localhost:8080/' echo '[X] http://localhost:8080/'
exit 1 exit 1
fi fi
curl -sIk https://localhost:8443/ | grep -i phpMyAdmin
if [ ${?} = 0 ]; then
echo '[O] http://localhost:8443/'
else
echo '[X] http://localhost:8443/'
exit 1
fi
} }
verify_add_vh_wp(){ verify_add_vh_wp(){