Skip to content

Commit 7d4db1d

Browse files
author
Till Brehm
committed
Update installer_base.lib.php
1 parent b9dc3b8 commit 7d4db1d

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
@@ -2946,7 +2946,7 @@ public function make_ispconfig_ssl_cert() {
29462946
}
29472947

29482948
// Get the default LE client name and version
2949-
$le_client = explode("\n", shell_exec('which letsencrypt certbot /root/.local/share/letsencrypt/bin/letsencrypt /opt/eff.org/certbot/venv/bin/certbot'));
2949+
$le_client = explode("\n", shell_exec('which certbot /root/.local/share/letsencrypt/bin/letsencrypt /opt/eff.org/certbot/venv/bin/certbot letsencrypt'));
29502950
$le_client = reset($le_client);
29512951

29522952
// Check for Neilpang acme.sh as well

0 commit comments

Comments
 (0)