[dd-ctl] Remove leftover setup of dd-waf env

This is not needed since waf-modsecurity lives in dd-sso now.
merge-requests/47/head
Evilham 2022-11-24 16:37:08 +01:00
parent 8110da578b
commit c38bf4caba
No known key found for this signature in database
GPG Key ID: AE3EE30D970886BF
1 changed files with 0 additions and 4 deletions

4
dd-ctl
View File

@ -228,10 +228,6 @@ build_compose(){
ln -sf "${CUSTOM_PATH}/.env" dd-sso/.env
ln -sf "${CUSTOM_PATH}/.env" dd-sso/docker-compose-parts/.env
## Prepare waf environment
ln -sf "${CUSTOM_PATH}/.env" dd-waf/.env
ln -sf "${CUSTOM_PATH}/.env" dd-waf/docker-compose-parts/.env
# Clean up older custom data
rm -rf custom/system/keycloak-themes
rmdir custom/system 2>/dev/null || true