mirror of
https://github.com/10h30/ols-docker-env.git
synced 2026-05-12 15:21:24 +09:00
modified: .travis/verify.sh
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
TimeZone=America/New_York
|
||||
OLS_VERSION=1.8.3
|
||||
PHP_VERSION=lsphp83
|
||||
OLS_VERSION=1.8.4
|
||||
PHP_VERSION=lsphp84
|
||||
PHPMYADMIN_VERSION=5.2.3
|
||||
MYSQL_ROOT_PASSWORD=your_root_password
|
||||
MYSQL_DATABASE=wordpress
|
||||
MYSQL_ROOT_PASSWORD=password
|
||||
MYSQL_USER=wordpress
|
||||
MYSQL_PASSWORD=password
|
||||
MYSQL_PASSWORD=your_password
|
||||
DOMAIN=localhost
|
||||
|
||||
@@ -44,13 +44,6 @@ verify_phpadmin(){
|
||||
echo '[X] http://localhost:8080/'
|
||||
exit 1
|
||||
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(){
|
||||
|
||||
Reference in New Issue
Block a user