mirror of
https://github.com/N0rthernL1ghts/wordpress.git
synced 2024-11-23 14:13:27 +01:00
parent
e6110e37f2
commit
c7a402cf26
|
@ -103,7 +103,7 @@ function taskInstallPlugins() {
|
|||
|
||||
# init-install-resources 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:-}"
|
||||
WP_CONTENT_PATH="/var/www/html/wp-content"
|
||||
|
|
|
@ -25,7 +25,7 @@ function reportUnhealthy() {
|
|||
# init-verify-wordpress 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 wpInstalledVersion
|
||||
|
|
Loading…
Reference in New Issue
Block a user