Remove WEB_ROOT env variable (legacy)

This commit is contained in:
2023-01-23 19:50:30 +01:00
parent e5ad0997f6
commit dd43a2e929
4 changed files with 6 additions and 7 deletions

View File

@@ -1,3 +1,3 @@
#!/usr/bin/env bash
/usr/local/bin/wp-cli --allow-root --path="/var/www/${WEB_ROOT}" "$@"
/usr/local/bin/wp-cli --allow-root --path="/var/www/html" "$@"