Skip to content

Commit

Permalink
[N/A] Suppress output
Browse files Browse the repository at this point in the history
  • Loading branch information
bd-viget committed Nov 14, 2024
1 parent 516e42c commit add5ab3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/composer-scripts/ProjectEvents/PostInstallScript.php
Original file line number Diff line number Diff line change
Expand Up @@ -435,7 +435,7 @@ private static function isWordPressInstalled(): bool {
* @return bool
*/
private static function isWordPressDbInstalled(): bool {
return boolval( shell_exec( 'wp option get siteurl --quiet' ) );
return boolval( shell_exec( 'wp option get siteurl --quiet >/dev/null 2>&1' ) );
}

/**
Expand Down

0 comments on commit add5ab3

Please sign in to comment.