mirror of
https://github.com/10h30/ols-docker-env.git
synced 2026-05-12 15:21:24 +09:00
modified: .env
modified: bin/container/owaspctl.sh
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user