modified: .env

modified:   bin/container/owaspctl.sh
This commit is contained in:
Cold-Egg
2022-09-02 11:44:53 +08:00
parent 886811221f
commit 5940aaf163
2 changed files with 3 additions and 2 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
TimeZone=America/New_York TimeZone=America/New_York
OLS_VERSION=1.7.15 OLS_VERSION=1.7.16
PHP_VERSION=lsphp80 PHP_VERSION=lsphp81
MYSQL_DATABASE=wordpress MYSQL_DATABASE=wordpress
MYSQL_ROOT_PASSWORD=password MYSQL_ROOT_PASSWORD=password
MYSQL_USER=wordpress MYSQL_USER=wordpress
+1
View File
@@ -140,6 +140,7 @@ disable_modsec(){
install_git(){ install_git(){
if [ ! -f /usr/bin/git ]; then if [ ! -f /usr/bin/git ]; then
echo 'Install git' echo 'Install git'
apt update >/dev/null 2>&1
apt-get install git -y >/dev/null 2>&1 apt-get install git -y >/dev/null 2>&1
fi fi
} }