We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e3b8eff + 625b098 commit 7bc6e52Copy full SHA for 7bc6e52
1 file changed
src/Admin_Tools_Command.php
@@ -124,6 +124,7 @@ public function up( $args, $assoc_args ) {
124
if ( ! $this->is_installed() ) {
125
EE::log( 'It seems admin-tools have not yet been installed.' );
126
$this->install();
127
+ chdir( $this->site_data->site_fs_path );
128
}
129
130
$this->move_config_file( 'docker-compose-admin.mustache', $this->site_data->site_fs_path . '/docker-compose-admin.yml' );
0 commit comments