mirror of
https://github.com/N0rthernL1ghts/wordpress.git
synced 2025-12-09 03:42:40 +01:00
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user