Skip to content

Commit 81b322d

Browse files
author
ncomputers.org
committed
0750
1 parent b8610bb commit 81b322d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/plugins-available/apache2_plugin.inc.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1222,7 +1222,7 @@ function update($event_name, $data) {
12221222
// check if domains are reachable to avoid letsencrypt verification errors
12231223
$le_rnd_file = uniqid('le-') . '.txt';
12241224
$le_rnd_hash = md5(uniqid('le-', true));
1225-
mkdir('/usr/local/ispconfig/interface/acme/.well-known/acme-challenge/',755,true);
1225+
mkdir('/usr/local/ispconfig/interface/acme/.well-known/acme-challenge/',0750,true);
12261226
file_put_contents('/usr/local/ispconfig/interface/acme/.well-known/acme-challenge/' . $le_rnd_file, $le_rnd_hash);
12271227

12281228
$le_domains = array();

0 commit comments

Comments
 (0)