We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d134f66 commit 63d2e99Copy full SHA for 63d2e99
webdav.php
@@ -40,7 +40,7 @@ public function cg_pws_generate_website_cert( $cmd ) {
40
$path = '/home' . $hcpp->delLeftMost( $path, '/home' );
41
$path = $hcpp->delRightMost( $path, '/cg_pws_ssl &&' );
42
$cmd = $hcpp->delRightMost( $cmd, '/usr/local/hestia/bin/v-delete-web-domain-ssl ' );
43
- $cmd .= " cp -r $path/cg_pws_ssl $path/ssl ";
+ $cmd .= " cp -r $path/cg_pws_ssl/* $path/ssl ";
44
$cmd = $hcpp->do_action( 'webdav_generate_website_cert', $cmd );
45
}
46
return $cmd;
0 commit comments