Verified Commit af7c3236 authored by Dom Sekotill's avatar Dom Sekotill
Browse files

Suppress expected error lines from wp-cli in entrypoint.sh

parent 727d6de2
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -192,7 +192,7 @@ get_writable_dirs()
{
	[[ -v MEDIA && -v CACHE ]] && return
	local content=$(
		wp config get WP_CONTENT_DIR --type=constant || echo wp-content
		wp config get WP_CONTENT_DIR --type=constant 2>/dev/null || echo wp-content
	)
	local media=$(
		wp config get UPLOADS --type=constant ||