mirror of
https://github.com/N0rthernL1ghts/wordpress.git
synced 2024-11-23 17:42:29 +01:00
parent
e6110e37f2
commit
c7a402cf26
|
@ -103,7 +103,7 @@ function taskInstallPlugins() {
|
||||||
|
|
||||||
# init-install-resources main
|
# init-install-resources main
|
||||||
main() {
|
main() {
|
||||||
exec > >(while read line; do echo "[init-install-resources] ${line}"; done) 2>&1
|
exec > >(while read -r line; do echo "[init-install-resources] ${line}"; done) 2>&1
|
||||||
|
|
||||||
PLUGIN_LIST="${WORDPRESS_PLUGIN_LIST:-}"
|
PLUGIN_LIST="${WORDPRESS_PLUGIN_LIST:-}"
|
||||||
WP_CONTENT_PATH="/var/www/html/wp-content"
|
WP_CONTENT_PATH="/var/www/html/wp-content"
|
||||||
|
|
|
@ -25,7 +25,7 @@ function reportUnhealthy() {
|
||||||
# init-verify-wordpress main
|
# init-verify-wordpress main
|
||||||
function main() {
|
function main() {
|
||||||
|
|
||||||
exec > >(while read line; do echo "[init-verify-wordpress] ${line}"; done) 2>&1
|
exec > >(while read -r line; do echo "[init-verify-wordpress] ${line}"; done) 2>&1
|
||||||
|
|
||||||
local wpCurrentVersion
|
local wpCurrentVersion
|
||||||
local wpInstalledVersion
|
local wpInstalledVersion
|
||||||
|
|
Loading…
Reference in New Issue
Block a user