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
+1
View File
@@ -140,6 +140,7 @@ disable_modsec(){
install_git(){
if [ ! -f /usr/bin/git ]; then
echo 'Install git'
apt update >/dev/null 2>&1
apt-get install git -y >/dev/null 2>&1
fi
}