Skip to content

Commit

Permalink
Merge pull request #412 from mrrobot47/allow/insecure-pass
Browse files Browse the repository at this point in the history
Add allow-insecure-pass in clone
  • Loading branch information
mrrobot47 committed Dec 13, 2021
2 parents 0ad6da9 + 2287e28 commit 61219ff
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/clone/Cloner.php
Expand Up @@ -205,6 +205,7 @@ private function get_site_create_command( Site $source_site, $assoc_args ): stri
}
if ( ! empty( $site_details['app_admin_password'] ) ) {
$command .= " --admin-pass=${site_details['app_admin_password']}";
$command .= ' --allow-insecure-pass';
}
// TODO: vip, proxy-cache-max-time, proxy-cache-max-size
}
Expand Down

0 comments on commit 61219ff

Please sign in to comment.