mirror of
https://github.com/N0rthernL1ghts/wordpress.git
synced 2024-11-23 12:01:51 +01:00
Add missing load_secrets call
This commit is contained in:
parent
696e1aea16
commit
1191b6120e
|
@ -44,6 +44,8 @@ main() {
|
|||
return 1
|
||||
fi
|
||||
|
||||
source /usr/local/bin/load_secrets
|
||||
|
||||
s6-envdir /run/secrets_normalized wp core install \
|
||||
--url="${WORDPRESS_INIT_SITE_URL:?}" \
|
||||
--title="${WORDPRESS_INIT_SITE_TITLE:-WordPress}" \
|
||||
|
|
Loading…
Reference in New Issue
Block a user