Commit 04426092 authored by Dom Sekotill's avatar Dom Sekotill
Browse files

Remove unnecessary error suppression

parent 609d8b9a
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -47,8 +47,9 @@ setup() {
	wp plugin install "${PLUGINS[@]}"
	wp theme install "${THEMES[@]}"
	wp language core install "${LANGUAGES[@]}"
	wp language plugin install --all "${LANGUAGES[@]}" || true
	wp language theme install --all "${LANGUAGES[@]}" || true
	wp language plugin install --all "${LANGUAGES[@]}"
	wp language theme install --all "${LANGUAGES[@]}"
}

collect_static()
{