Skip to content

Commit 307e2c1

Browse files
committed
wip
1 parent d294adc commit 307e2c1

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
@@ -39,7 +39,7 @@ public function cg_pws_generate_website_cert( $cmd ) {
3939
$path = '/home' . $hcpp->delLeftMost( $path, '/home' );
4040
$path = $hcpp->delRightMost( $path, '/cg_pws_ssl &&' );
4141
$cmd = $hcpp->delRightMost( $cmd, '/usr/local/hestia/bin/v-delete-web-domain-ssl ' );
42-
$cmd .= " cp -r $path/cg_pws_ssl/* $path/ssl ";
42+
$cmd .= " mkdir -p $path/ssl ; cp -r $path/cg_pws_ssl/* $path/ssl ";
4343
$cmd = $hcpp->do_action( 'webdav_generate_website_cert', $cmd );
4444
}
4545
return $cmd;

0 commit comments

Comments
 (0)