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 d294adc commit 307e2c1Copy full SHA for 307e2c1
webdav.php
@@ -39,7 +39,7 @@ public function cg_pws_generate_website_cert( $cmd ) {
39
$path = '/home' . $hcpp->delLeftMost( $path, '/home' );
40
$path = $hcpp->delRightMost( $path, '/cg_pws_ssl &&' );
41
$cmd = $hcpp->delRightMost( $cmd, '/usr/local/hestia/bin/v-delete-web-domain-ssl ' );
42
- $cmd .= " cp -r $path/cg_pws_ssl/* $path/ssl ";
+ $cmd .= " mkdir -p $path/ssl ; cp -r $path/cg_pws_ssl/* $path/ssl ";
43
$cmd = $hcpp->do_action( 'webdav_generate_website_cert', $cmd );
44
}
45
return $cmd;
0 commit comments