This website requires JavaScript.
Explore
Help
Register
Sign In
N0rthernL1ghts
/
wordpress
Watch
1
Star
0
Fork
0
You've already forked wordpress
mirror of
https://github.com/N0rthernL1ghts/wordpress.git
synced
2024-11-23 19:57:22 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
e2ed315ff2
wordpress
/
rootfs
/
usr
/
local
/
bin
/
wp
4 lines
84 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Add passthrough 'wp' script that adds --allow-root and --path arguments to wp-cli
2020-04-02 01:34:34 +02:00
#!/usr/bin/env bash
Remove WEB_ROOT env variable (legacy)
2023-01-23 19:50:30 +01:00
/usr/local/bin/wp-cli --allow-root --path="/var/www/html" "$@"
Reference in New Issue
Copy Permalink