Skip to content
Open
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/PHP.php
Original file line number Diff line number Diff line change
Expand Up @@ -447,7 +447,7 @@ private function configure_site_files() {
if ( IS_DARWIN ) {
if ( ! empty( $this->site_data['db_host'] ) && 'db' === $this->site_data['db_host'] ) {
$db_conf_file = $this->site_data['site_fs_path'] . '/services/mariadb/conf/my.cnf';
$this->fs->copy( SITE_PHP_TEMPLATE_ROOT . '/my.cnf.mustache', $db_conf_file );
$this->fs->copy( SERVICE_TEMPLATE_ROOT . '/my.cnf.mustache', $db_conf_file );
}
\EE\Site\Utils\start_site_containers( $this->site_data['site_fs_path'], [ 'nginx', 'php', 'postfix' ] );
} else {
Expand Down
189 changes: 0 additions & 189 deletions templates/my.cnf.mustache

This file was deleted.