Skip to content

Commit 63d2e99

Browse files
committed
wip
1 parent d134f66 commit 63d2e99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webdav.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ public function cg_pws_generate_website_cert( $cmd ) {
4040
$path = '/home' . $hcpp->delLeftMost( $path, '/home' );
4141
$path = $hcpp->delRightMost( $path, '/cg_pws_ssl &&' );
4242
$cmd = $hcpp->delRightMost( $cmd, '/usr/local/hestia/bin/v-delete-web-domain-ssl ' );
43-
$cmd .= " cp -r $path/cg_pws_ssl $path/ssl ";
43+
$cmd .= " cp -r $path/cg_pws_ssl/* $path/ssl ";
4444
$cmd = $hcpp->do_action( 'webdav_generate_website_cert', $cmd );
4545
}
4646
return $cmd;

0 commit comments

Comments
 (0)