Skip to content

Commit fcff3cd

Browse files
author
Marius Burkard
committed
Apply 1 suggestion(s) to 1 file(s)
1 parent 30c922c commit fcff3cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install/lib/installer_base.lib.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ private function install_acme() {
5151
return ($val == 0 ? true : false);
5252
}
5353

54-
private function update_acme() {
54+
public function update_acme() {
5555
$acme = explode("\n", shell_exec('which /usr/local/ispconfig/server/scripts/acme.sh /root/.acme.sh/acme.sh'));
5656
$acme = reset($acme);
5757
$val = 0;

0 commit comments

Comments
 (0)