mirror of
https://ghproxy.net/https://github.com/elementor/wp2static.git
synced 2025-09-01 06:41:42 +08:00
parent
a41ec319ab
commit
d039062f39
1 changed files with 3 additions and 0 deletions
|
@ -16,6 +16,9 @@ sleep 5
|
|||
# get container IP address
|
||||
containerIP=$(ip route get 1 | awk '{print $NF;exit}')
|
||||
|
||||
echo 'pwd:'
|
||||
pwd
|
||||
|
||||
# install default
|
||||
wp --allow-root core install --url="$containerIP" --title='wp plugindev' --admin_user=admin --admin_password=admin --admin_email=blah@blah.com --skip-email
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue